]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.sysconfig
- proper -clients descriptions (en,pl only)
[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) backend in quiet mode
10 POSTGRES_QUIET=no
11
12 # Enable listening on TCP port. Without this postmaster responds
13 # only on unix socket
14 ALLOW_TCP_CONNECTIONS=no
15
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})
19 ALLOW_USE_SSL=no
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_DISABLE_FSYNC=no
25
26 # Where postmaster output is redirected
27 POSTGRES_LOG=/var/log/pgsql
This page took 0.036806 seconds and 3 git commands to generate.