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