Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.
pull/24/head
Tatsuo Ishii 9 years ago
parent 8b015dd723
commit 393d47ed0f
  1. 1
      src/backend/utils/misc/postgresql.conf.sample

@ -379,6 +379,7 @@
#syslog_split_messages = on
# This is only relevant when logging to eventlog (win32):
# (change requires restart)
#event_source = 'PostgreSQL'
# - When to Log -

Loading…
Cancel
Save