2000-06-04 01:44:38 +00:00
|
|
|
#
|
|
|
|
# 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
|
2000-12-03 21:12:19 +00:00
|
|
|
#max_connections = 64
|
2000-06-04 01:44:38 +00:00
|
|
|
|
|
|
|
# Any option can also be given as a command line switch to the
|
2000-12-03 21:12:19 +00:00
|
|
|
# postmaster, e.g., 'postmaster -c log_connections=on'. Some options
|
|
|
|
# can be set at run-time with the 'SET' SQL command.
|