]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.sysconfig
- added support for ssl
[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
c160250e 10POSTGRES_QUIET=no
9d56d95e 11
5d65b152 12# Enable listening on TCP port. Without this postmaster responds
13# only on unix socket
c160250e 14ALLOW_TCP_CONNECTIONS=no
5d65b152 15
2a514bb5
SZ
16# Allow using SSL on TCP connections. Requires ALLOW_TCP_CONNECTIONS to be
17# set to yes. Also, you must supply key and certificate files
18# ($POSTGRES_DATA_DIR/server.{key,crt})
19ALLOW_USE_SSL=no
20
9d56d95e 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.
a57096f6 24POSTGRES_DISABLE_FSYNC=no
53dd1abd 25
26# Where postmaster output is redirected
27POSTGRES_LOG=/var/log/pgsql
This page took 0.192649 seconds and 4 git commands to generate.