blob: 88cc50d642e6218f18ffd3763b4e7f6b16c547b2 (
plain) (
tree)
|
|
==========================================
To initialize the database, you should run
initdb as the "pgsql" user.
Example:
su -l pgsql -c initdb
You can then start PostgreSQL by running:
/usr/local/etc/rc.d/pgsql.sh start
==========================================
|