mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 10:25:42 -05:00
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.
This commit is contained in:
parent
80d9f6d2a4
commit
b9a92d0108
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@
|
|||
#syslog_ident = 'postgres'
|
||||
|
||||
# This is only relevant when logging to eventlog (win32):
|
||||
# (change requires restart)
|
||||
#event_source = 'PostgreSQL'
|
||||
|
||||
# - When to Log -
|
||||
|
|
|
|||
Loading…
Reference in a new issue