summaryrefslogtreecommitdiffstats
path: root/abs/extra/postgresql/postgresql.confd
blob: 6001c16d1f7b9a2d37a0e82c6011a2a03aabbd5f (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 en_US.UTF-8"
## Default log file location
#PGLOG="/var/log/postgresql.log"
## Additional options to pass via pg_ctl's '-o' option
#PGOPTS=""