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:34 +0900 |
commit | c89d4a28fb00f0e3142726ceb2e0d1a671d70da0 (patch) | |
tree | 7f5a6d83a26638f805364f6307980fa0e5044cfa | |
parent | 689646b05e86a1fb93bd1dcd71dc8b695e586030 (diff) |
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 a826c151ab3..a1686cc37aa 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -328,6 +328,7 @@ #syslog_ident = 'postgres' # This is only relevant when logging to eventlog (win32): +# (change requires restart) #event_source = 'PostgreSQL' # - When to Log - |