]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- up to 9.1.19
[packages/postgresql.git] / postgresql.sysconfig
index d884eb0b39705d9a91d18ecf472a142349c459b8..1e38c0337450997b04ff01ef2d0c05f7daf44c26 100644 (file)
@@ -1,8 +1,19 @@
 # $Revision$
 
-# Enable listening on TCP port. Without this postmaster responds
-# only on unix socket
-ALLOW_TCP_CONNECTIONS=no
+#
+# 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.
+#
 
-# Optional parameters
-OPTIONS=
+# locale used at service postgresql init
+# PG_INIT_LOCALE=C
+
+# standard setting
+PG_DB_CLUSTERS="/var/lib/pgsql"
+
+# predictable usage
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
+
+# new database disk arrived
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.046515 seconds and 4 git commands to generate.