==========================================
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/010.pgsql.sh start
==========================================