Install The Postgres Cli Tools

[Solved] Install The Postgres Cli Tools | Shell - Code Explorer | yomemimo.com
Question : Install the postgres CLI tools

Answered by : mitchaloha

sudo mkdir -p /etc/paths.d &&
echo /Applications/Postgres.app/Contents/Versions/latest/bin | sudo tee /etc/paths.d/postgresapp
Don’t forget to close the Terminal window and open a new one for changes to take effect.

Source : https://postgresapp.com/documentation/cli-tools.html | Last Update : Sat, 13 Nov 21

Answers related to install the postgres cli tools

Code Explorer Popular Question For Shell