# $Revision$ # Enable listening on TCP port. Without this postmaster responds # only on unix socket ALLOW_TCP_CONNECTIONS=no # Root of the tree of database directories POSTGRES_DATA_DIR=/var/lib/pgsql # maximum number of backend server processes that this postmaster is allowed # to start. If not specyfied is 32, and can be set as high as 1024 if your # system will support that many processes. #MAX_NUM_BACKENDS=32 # # postgres(1) backend options runed by postmaster # # run postgres(1) bacend in quiet mode POSTGRES_QUIET=yes # Disable automatic fsync() call after each transac tion. This option # improves performance, but an operating system crash while a transaction is # in progress will probably cause data loss. POSTGRES_DISABLE_FSYNC=no # Where postmaster output is redirected POSTGRES_LOG=/var/log/pgsql