void-packages/srcpkgs/postgresql/files/postgresql.confd
Juan RP e791f83899 postgresql: improve rc service, INSTALL, add pam conf file.
--HG--
extra : convert_revision : d5fe81f0ac5134f796f8e9fce96e53c764fbfacf
2010-03-02 06:45:21 +01:00

20 lines
583 B
Text

# Configuration file for the PostgreSQL server.
#
# PostgreSQL's Database Directory
PGDATA="/var/lib/postgresql/data"
# PostgreSQL's log file.
PGLOG="/var/log/postgresql.log"
# PostgreSQL User
PGUSER="postgres"
# PostgreSQL Group
PGGROUP="postgres"
# Extra options to run postmaster with, e.g.:
# -N is the maximal number of client connections
# -B is the number of shared buffers and has to be at least 2x the value for -N
# Please read the man-page to postmaster for more options. Many of these options
# can be set directly in the configuration-file.
#PGOPTS="-N 512 -B 1024"