aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r--main/postgresql/postgresql.confd7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
index b5b57329a9..fc7a1c7888 100644
--- a/main/postgresql/postgresql.confd
+++ b/main/postgresql/postgresql.confd
@@ -45,8 +45,11 @@
# The initscript uses these variables to inform PostgreSQL where to find
# its data directory and configuration files.
-# PostgreSQL's Database Directory
-#PGDATA="/var/lib/postgresql/@VERSION@/data"
+# Where the data directory is located/to be created.
+#data_dir="/var/lib/postgresql/@VERSION@/data"
+
+# Location of configuration files. Default is $data_dir.
+conf_dir="/etc/postgresql"
# Additional options to pass to initdb.
# See man initdb(1) for available options.