13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
|
==========================================
|
||
|
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
|
||
|
==========================================
|