psql command not found
export PATH=/Library/PostgreSQL/9.5/bin:$PATH
psql command not found
export PATH=/Library/PostgreSQL/9.5/bin:$PATH
psql command not found windows
Assuming you installed PostgreSQL on Windows with the PostgreSQL "One-click" installer packaged by EnterpriseDB, psql is not added to the PATH automatically. That's partly because adding it to the path could otherwise cause confusion when people have multiple versions of PostgreSQL installed.
You need to specify the full explicit path to psql, eg:
"%PROGRAMFILES%Postgresql9.2binpsql.exe"
or add psql to the user PATH environment variable, see eg this guide.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us