I've installed postgres from MacPorts, on MacOS Lion. I'm now rather confused about what to do next, as I can't find one clear set of documentation about setup.
I have ended up with two versions of postgres on my machine, one at /usr/bin/psql
and one at /usr/local/pgsql/bin/psql
. Does MacOS ship with a version of postgres?
Anyway, given that I have ended up with two versions:
- Which of these should I add to my path?
- Should I delete the other one?
- Some sets of documentation say I should make sure some of the postgres directories are owned by the
postgres
user. Is this correct?
Thanks for your help.