Start:
sudo launchctl load -w /Library/LaunchDaemons/org.macports.postgresql84-server.plist
Stop:
sudo launchctl unload -w /Library/LaunchDaemons/org.macports.postgresql84-server.plist
/opt/local/var/db/postgresql92/defaultdb
/opt/local/lib/postgresql92/
/opt/local/share/postgresql92/
Change /etc/sysctl.conf to the following in order to increase access to shared memory...
kern.sysv.shmmax=1610612736
kern.sysv.shmmin=1
kern.sysv.shmmni=256
kern.sysv.shmseg=64
kern.sysv.shmall=393216
gunzip -c database_data.dump.gz | /opt/local/lib/postgresql92/bin/psql -d database_name
We focus on user experience and design. We seek out the most simple and essential solution. We believe that machines should work for people. We think that knowledge should be free and accessible to all. We hope you agree :-)