]> git.pld-linux.org Git - packages/postgresql.git/commit - postgresql.sysconfig
- added handling more configurations parameters. Both on postmaster and on
authorkloczek <kloczek@pld-linux.org>
Sun, 5 Dec 1999 20:56:32 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commit9d56d95e3928bc16d17143c0f4288c152d17fdd9
tree372f12cfadac77f5bfbe4bd3c90c7cf9b1041860
parentc46850976a52dbf560fd536e043c02d50d41df76
- added handling more configurations parameters. Both on postmaster and on
  postgres backend level passed throu postgres sysconfig file:
# 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
#
# 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.

Warning: NOT TESTED YET.
TODO: add handling debuging and storing statistic information (possible must
be added also logrotate config file for namaging dhis kind output
information).

Changed files:
    postgresql.init -> 1.8
    postgresql.sysconfig -> 1.2
postgresql.init
postgresql.sysconfig
This page took 0.040405 seconds and 4 git commands to generate.