mhulse / dotfizzles

Fo shizzle … Dotfizzles in the hizzay dirz!
15 stars 4 forks source link

PostGres app command line tools #148

Closed mhulse closed 5 years ago

mhulse commented 8 years ago

https://postgresapp.com/documentation/cli-tools.html

Make sure I have that on my path.

mhulse commented 8 years ago

I think this works:

export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
mhulse commented 8 years ago

Updated:

# Instead of doing this at the prompt:
# $ '/Applications/Postgres.app/Contents/Versions/9.6/bin'/psql -p5432
# You can now do this:
# $ psql
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
mhulse commented 5 years ago

Added.