am currently trying to install Postgres on my local Snow Leopard OS using macports.
After installing macports, I run the following to install postgres:
sudo port install postgresql83 postgresql83-server
But when I type:postgres
I get the following error:
-bash: postgres: command not found
It looks like it doesn't exist. Did I miss something?
postgrescommand? What do you expect from it? – Milen A. Radev Nov 10 '11 at 7:07