mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
"In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 55354
17 lines
551 B
Text
17 lines
551 B
Text
======================================================================
|
|
|
|
To initialize the database, you should run initdb as the "pgsql" user
|
|
(if you want to use your locale for collation, edit ~pgsql/.profile
|
|
and set the locale to your preference first).
|
|
|
|
Example:
|
|
|
|
su -l pgsql -c initdb
|
|
|
|
You can then start PostgreSQL by running:
|
|
|
|
/usr/local/etc/rc.d/010.pgsql.sh start
|
|
|
|
For postmaster settings, see ~pgsql/data/postgresql.conf
|
|
For more tips, read ~pgsql/post-install-notes
|
|
======================================================================
|