postgresql.conf.sample 596 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#
# PostgreSQL configuration file
# -----------------------------
#
# This file consists of lines of the form
#
#   name = value
#
# (The `=' is optional.) White space is collapsed, comments are
# introduced by `#' anywhere on a line. The complete list of option
# names and allowed values can be found in the PostgreSQL
# documentation. Examples are:

#log_connections = on
#fsync = off
P
Peter Eisentraut 已提交
16
#max_connections = 64
17 18

# Any option can also be given as a command line switch to the
P
Peter Eisentraut 已提交
19 20
# postmaster, e.g., 'postmaster -c log_connections=on'. Some options
# can be set at run-time with the 'SET' SQL command.