aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql74-server/pkg-message
blob: afda87898a21bf40f5f8e0c3949c32e0cf34b62f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
==========================================
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
==========================================