Setting Windows PATH for PSQL Postgres tools

Опубликовано: 20 Декабрь 2020
на канале: Shakeel ur Rehman
14,664
187

If, after installing PostgreSQL, you face “psql not recognized as an internal or external command” error when you try to run psql from command prompt, then most probably all you need to do to solve this problem is to add the Postgres’s bin directory to the PATH system variable (the PATH is a system variable which allows Windows with the help of the Command prompt or the Terminal window find executables).