]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- up to 10.2
[packages/postgresql.git] / postgresql.sysconfig
index d8060085304a2a38f41a4395ff8ac5f1671b73e8..f3f4735ab87c5c9bf3127ad8c1bdf74368d4282f 100644 (file)
@@ -1,10 +1,23 @@
 # $Revision$
 
+#
+# Edit postgresql.conf file in database cluster directory to configure
+# PostgreSQL. If you want to start more than one PostgreSQL instance,
+# you should change TCP/IP port, at least.
+#
+# Under systemd each cluster is started under a different postgresql@.service
+# instance, the default being postgresql@var-lib-pgsql.service
+#
+# To enable a new one use;  /bin/systemctl enable postgresql@${instance}.service
+
+# locale used at service postgresql init
+# PG_INIT_LOCALE=C
+
 # standard setting
-# POSTGRES_DB_CLUSTERS="/var/lib/pgsql"
+PG_DB_CLUSTERS="/var/lib/pgsql"
 
 # predictable usage
-# POSTGRES_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
 
 # new database disk arrived
-# POSTGRES_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.046945 seconds and 4 git commands to generate.