]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.sysconfig
- updated to 7.1.x
[packages/postgresql.git] / postgresql.sysconfig
1 # $Revision$
2
3 # Root of the tree of database directories
4 POSTGRES_DATA_DIR=/var/lib/pgsql
5
6 #
7 # postgres(1) backend options runed by postmaster
8 #
9 # run postgres(1) bacend in quiet mode
10 POSTGRES_QUIET=yes
11
12 # Disable automatic fsync() call after each transac tion. This option
13 # improves performance, but an operating system crash while a transaction is
14 # in progress will probably cause data loss.
15 POSTGRES_DISABLE_FSYNC=no
16
17 # Where postmaster output is redirected
18 POSTGRES_LOG=/var/log/pgsql
This page took 0.037573 seconds and 4 git commands to generate.