Answers for "The local psql command could not be located"

SQL
0

The local psql command could not be located

Make sure pqsl is in the right, then run
set PATH=%PATH%;C:Program FilesPostgreSQL9.2bin
Change the above directory e.g. "C:Program FilesPostgreSQL9.2" to your installed postgresql's 'bin' directory.
Posted by: Guest on November-06-2021

Code answers related to "The local psql command could not be located"

Code answers related to "SQL"

Browse Popular Code Answers by Language