]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.sysconfig
- release++
[packages/postgresql.git] / postgresql.sysconfig
CommitLineData
9f8470ac 1# $Revision$
2
3# Enable listening on TCP port. Without this postmaster responds
4# only on unix socket
5ALLOW_TCP_CONNECTIONS=no
6
9d56d95e 7# Root of the tree of database directories
a869aa78 8POSTGRES_DATA_DIR=/var/lib/pgsql
9d56d95e 9
10# maximum number of backend server processes that this postmaster is allowed
11# to start. If not specyfied is 32, and can be set as high as 1024 if your
12# system will support that many processes.
13MAX_NUM_BACKENDS=
14
15#
16# postgres(1) backend options runed by postmaster
17#
18# run postgres(1) bacend in quiet mode
19POSTGRES_QUIET=yes
20
21# Disable automatic fsync() call after each transac tion. This option
22# improves performance, but an operating system crash while a transaction is
23# in progress will probably cause data loss.
24POSTGRES_DIABLE_FSYNC=no
This page took 0.076566 seconds and 4 git commands to generate.