]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- multi db cluster support, nfy
authorwrobell <wrobell@pld-linux.org>
Mon, 25 Nov 2002 16:43:23 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplified sysconfig and init files:
    - nearly all configuration variables removed (use
      /var/lib/pgsql/postgresql.conf and others)
    - removed all sanity checking stuff -> let's leave it for pg_ctl

Changed files:
    postgresql.sysconfig -> 1.14.2.1

postgresql.sysconfig

index b006111331efa7bc6ab87ebdfe1903b4ecd7bfcc..73368b2fff16861f9f2192bde18a51d480d999bd 100644 (file)
@@ -1,38 +1,6 @@
 # $Revision$
 
-# Root of the tree of database directories
-POSTGRES_DATA_DIR=/var/lib/pgsql
-
-#
-# postgres(1) backend options run by postmaster
-#
-# run postgres(1) backend in quiet mode
-POSTGRES_QUIET=no
-
-# Enable listening on TCP port. Without this postmaster responds
-# only on unix socket
-ALLOW_TCP_CONNECTIONS=no
-
-# For production machines you should increase those numbers to avoid "Too 
-# many connections" messages. Buffers should be (at least) MaxConn*2.
-# But: watch carefully that you won't exceed system resources!!
-# Leave it blank to have default (safe) 32 clients/64 buffers.
-
-MAXCONN=
-BUFFERS=
-
-# 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
-
-# Disable automatic fsync() call after each transaction. This option
-# improves performance, but an operating system crash while a transaction is
-# in progress will probably cause data loss.
-POSTGRES_DISABLE_FSYNC=no
-
-# Where postmaster output is redirected
-POSTGRES_LOG=/var/log/pgsql
+# POSTGRES_DB_CLUSTERS="/var/lib/pgsql"
 
 # Default database chcaracter encoding
 # Avaible character sets:
@@ -54,4 +22,4 @@ POSTGRES_LOG=/var/log/pgsql
 # KOI8         | KOI8-R
 # WIN          | Windows CP1251
 # ALT          | Windows CP866                 
-ENCODING=UNICODE
\ No newline at end of file
+ENCODING=UNICODE
This page took 0.04447 seconds and 4 git commands to generate.