summaryrefslogtreecommitdiffstats
path: root/abs/extra/postgresql/postgresql.confd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:45:17 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:45:17 (GMT)
commit3e6d2f6713bc1e8c87012cba1526f8558e5bf095 (patch)
tree4c024ab576c493003368ab99f466910e0161f298 /abs/extra/postgresql/postgresql.confd
parent267d2ce652e7b6e2eccb1c26712a895708ebf964 (diff)
downloadlinhes_pkgbuild-3e6d2f6713bc1e8c87012cba1526f8558e5bf095.zip
linhes_pkgbuild-3e6d2f6713bc1e8c87012cba1526f8558e5bf095.tar.gz
linhes_pkgbuild-3e6d2f6713bc1e8c87012cba1526f8558e5bf095.tar.bz2
postgresql 9..14
Diffstat (limited to 'abs/extra/postgresql/postgresql.confd')
-rw-r--r--abs/extra/postgresql/postgresql.confd16
1 files changed, 11 insertions, 5 deletions
diff --git a/abs/extra/postgresql/postgresql.confd b/abs/extra/postgresql/postgresql.confd
index 5f8fa03..6001c16 100644
--- a/abs/extra/postgresql/postgresql.confd
+++ b/abs/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 en_US.UTF-8"
+## Default log file location
+#PGLOG="/var/log/postgresql.log"
+## Additional options to pass via pg_ctl's '-o' option
+#PGOPTS=""