]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- WTF, previous commit is incomplit...
[packages/postgresql.git] / postgresql.sysconfig
index 1fdbb614eb3032c73f64175e6a2a8c4ebf60a634..f3f4735ab87c5c9bf3127ad8c1bdf74368d4282f 100644 (file)
@@ -2,9 +2,16 @@
 
 #
 # Edit postgresql.conf file in database cluster directory to configure
-# PostgreSQL. When you want to start more then one PostgreSQL instance,
-# than you should change TCP/IP port, at least.
+# 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
 PG_DB_CLUSTERS="/var/lib/pgsql"
This page took 0.057274 seconds and 4 git commands to generate.