summaryrefslogtreecommitdiff
path: root/extra/postgresql/postgresql.confd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/postgresql/postgresql.confd')
-rw-r--r--extra/postgresql/postgresql.confd16
1 files changed, 11 insertions, 5 deletions
diff --git a/extra/postgresql/postgresql.confd b/extra/postgresql/postgresql.confd
index 5f8fa034c..2d68f2772 100644
--- a/extra/postgresql/postgresql.confd
+++ b/extra/postgresql/postgresql.confd
@@ -1,5 +1,11 @@
-#
-# Parameters to be passed to postgresql
-#
-PGROOT="/var/lib/postgres"
-INITOPTS="--locale $LANG"
+##
+## 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=""