]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.sysconfig
- fixed python module 'install' section and file list
[packages/postgresql.git] / postgresql.sysconfig
CommitLineData
9f8470ac 1# $Revision$
2
9d56d95e 3# Root of the tree of database directories
a869aa78 4POSTGRES_DATA_DIR=/var/lib/pgsql
9d56d95e 5
9d56d95e 6#
7# postgres(1) backend options runed by postmaster
8#
9# run postgres(1) bacend in quiet mode
10POSTGRES_QUIET=yes
11
5d65b152 12# Enable listening on TCP port. Without this postmaster responds
13# only on unix socket
14ALLOW_TCP_CONNECTIONS=yes
15
9d56d95e 16# Disable automatic fsync() call after each transac tion. This option
17# improves performance, but an operating system crash while a transaction is
18# in progress will probably cause data loss.
a57096f6 19POSTGRES_DISABLE_FSYNC=no
53dd1abd 20
21# Where postmaster output is redirected
22POSTGRES_LOG=/var/log/pgsql
This page took 0.035833 seconds and 4 git commands to generate.