diff options
author | Neil Conway <neilc@samurai.com> | 2004-03-24 03:22:35 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-03-24 03:22:35 +0000 |
commit | 017e3e244a5fe222c0fd96775f75ab1e99bfcbcc (patch) | |
tree | 514b1e59ef3b7a052a1d60ddd6935cb89e025130 /src | |
parent | 46c3e29b8e63739c17fbacc5fdcb01c9ba0d153c (diff) | |
download | postgresql-017e3e244a5fe222c0fd96775f75ab1e99bfcbcc.tar.gz postgresql-017e3e244a5fe222c0fd96775f75ab1e99bfcbcc.zip |
Fix some whitespace formatting, and remove an overly-verbose
parameter description: postgresql.conf is not the place for
documentating the functionality of a GUC var.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 3bec1e9a757..ff12fbdf829 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -33,7 +33,7 @@ #max_connections = 100 # note: increasing max_connections costs about 500 bytes of shared # memory per connection slot, in addition to costs from shared_buffers - # and max_locks_per_transaction. + # and max_locks_per_transaction. #superuser_reserved_connections = 2 #unix_socket_directory = '' #unix_socket_group = '' @@ -162,16 +162,13 @@ # info, notice, warning, error, log, fatal, # panic -#log_error_verbosity = default # terse, default, or verbose messages +#log_error_verbosity = default # terse, default, or verbose messages #log_min_error_statement = panic # Values in order of increasing severity: # debug5, debug4, debug3, debug2, debug1, # info, notice, warning, error, panic(off) -#log_min_duration_statement = -1 # Log all statements whose - # execution time exceeds the value, in - # milliseconds. Zero prints all queries. - # Minus-one disables. +#log_min_duration_statement = -1 # -1 is disabled, in milliseconds. #silent_mode = false # DO NOT USE without Syslog! |