]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.sysconfig
- release++
[packages/postgresql.git] / postgresql.sysconfig
1 # $Revision$
2
3 # Enable listening on TCP port. Without this postmaster responds
4 # only on unix socket
5 ALLOW_TCP_CONNECTIONS=no
6
7 # Root of the tree of database directories
8 POSTGRES_DATA_DIR=/var/lib/pgsql
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.
13 MAX_NUM_BACKENDS=
14
15 #
16 # postgres(1) backend options runed by postmaster
17 #
18 # run postgres(1) bacend in quiet mode
19 POSTGRES_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.
24 POSTGRES_DIABLE_FSYNC=no
This page took 0.389223 seconds and 3 git commands to generate.