summaryrefslogtreecommitdiff
path: root/testing/postgresql/postgresql.confd
blob: 2d68f2772e0d6c79f61dc2645820777e84455b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
##
## Parameters to be passed to postgresql
##
## Default data directory location
#PGROOT="/var/lib/postgres"
## Passed to initdb if necessary
#INITOPTS="--locale $LANG"
## Default log file location
#PGLOG="/var/log/postgresql.log"
## Additional options to pass via pg_ctl's '-o' option
#PGOPTS=""