I\'ve installed Postgres93 on my Mac. I can open the application, and \"Open psql\" through the app which opens up a command line interface with psql.
However, when I ty
==> libpq libpq is keg-only, which means it was not symlinked into /usr/local, because conflicts with postgres formula.
If you need to have libpq first in your PATH run:
So, I ran 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.bash_profile and psql was added to my path