diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2017-07-31 11:24:51 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2017-07-31 11:28:26 +0900 |
commit | b9a92d0108ea15afdcf20782a542cb2e321dbeff (patch) | |
tree | 8aeeafa5a15316f44364a758b239c8772ca96f65 | |
parent | 80d9f6d2a4546edad1dafff84a2a3d97391265ef (diff) | |
download | postgresql-b9a92d0108ea15afdcf20782a542cb2e321dbeff.tar.gz postgresql-b9a92d0108ea15afdcf20782a542cb2e321dbeff.zip |
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.
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index e9531322cd6..51c9b01884b 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 - |