]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- rel. 0.5.RC2 due to fixed rdbms status checking in postgresql.init script
[packages/postgresql.git] / postgresql.sysconfig
index 8f9782233342bd37776729d2503cc00b0331d6b1..baa9535d952b97f20c336ca26e335e096bf637ca 100644 (file)
@@ -1,24 +1,16 @@
 # $Revision$
 
-# Enable listening on TCP port. Without this postmaster responds
-# only on unix socket
-ALLOW_TCP_CONNECTIONS=no
-
-# Root of the tree of database directories
-DATA_DIR=/var/state/pgsql
-
-# maximum number of backend server processes that this postmaster is allowed
-# to start. If not specyfied is 32, and can be set as high as 1024 if your
-# system will support that many processes.
-MAX_NUM_BACKENDS=
-
 #
-# postgres(1) backend options runed by postmaster
+# 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.
 #
-# run postgres(1) bacend in quiet mode
-POSTGRES_QUIET=yes
 
-# Disable automatic fsync() call after each transac tion. This option
-# improves performance, but an operating system crash while a transaction is
-# in progress will probably cause data loss.
-POSTGRES_DIABLE_FSYNC=no
+# 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.02963 seconds and 4 git commands to generate.