]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- 9.1 need own ac_version.patch
[packages/postgresql.git] / postgresql.sysconfig
index de45ddc72a398c58aca1f2a0f02377fe72824d5b..1e38c0337450997b04ff01ef2d0c05f7daf44c26 100644 (file)
@@ -2,15 +2,18 @@
 
 #
 # 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.
 #
 
+# 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.314008 seconds and 4 git commands to generate.