]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- up to 9.1.19
[packages/postgresql.git] / postgresql.sysconfig
index f9d73fc00b6b164b09fbcd7cd8fe8592660c0fb0..1e38c0337450997b04ff01ef2d0c05f7daf44c26 100644 (file)
@@ -1,27 +1,19 @@
 # $Revision$
 
-# Root of the tree of database directories
-POSTGRES_DATA_DIR=/var/lib/pgsql
-
 #
-# postgres(1) backend options runed by postmaster
+# 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.
 #
-# run postgres(1) bacend in quiet mode
-POSTGRES_QUIET=no
 
-# Enable listening on TCP port. Without this postmaster responds
-# only on unix socket
-ALLOW_TCP_CONNECTIONS=no
+# locale used at service postgresql init
+# PG_INIT_LOCALE=C
 
-# Allow using SSL on TCP connections. Requires ALLOW_TCP_CONNECTIONS to be
-# set to yes. Also, you must supply key and certificate files
-# ($POSTGRES_DATA_DIR/server.{key,crt})
-ALLOW_USE_SSL=no
+# standard setting
+PG_DB_CLUSTERS="/var/lib/pgsql"
 
-# 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_DISABLE_FSYNC=no
+# predictable usage
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
 
-# Where postmaster output is redirected
-POSTGRES_LOG=/var/log/pgsql
+# new database disk arrived
+# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.06436 seconds and 4 git commands to generate.