summaryrefslogtreecommitdiff
path: root/testing/postgresql/postgresql.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgresql/postgresql.confd')
-rw-r--r--testing/postgresql/postgresql.confd11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/postgresql/postgresql.confd b/testing/postgresql/postgresql.confd
new file mode 100644
index 000000000..6001c16d1
--- /dev/null
+++ b/testing/postgresql/postgresql.confd
@@ -0,0 +1,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=""