]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-conf.patch
Up to 9.6.24.
[packages/postgresql.git] / postgresql-conf.patch
1 diff -urNp -x '*.orig' postgresql-9.6.19.org/src/backend/utils/misc/postgresql.conf.sample postgresql-9.6.19/src/backend/utils/misc/postgresql.conf.sample
2 --- postgresql-9.6.19.org/src/backend/utils/misc/postgresql.conf.sample 2020-08-10 23:21:12.000000000 +0200
3 +++ postgresql-9.6.19/src/backend/utils/misc/postgresql.conf.sample     2021-11-24 08:41:24.212264575 +0100
4 @@ -329,7 +329,7 @@
5  
6  # - Where to Log -
7  
8 -#log_destination = 'stderr'            # Valid values are combinations of
9 +log_destination = 'syslog'             # Valid values are combinations of
10                                         # stderr, csvlog, syslog, and eventlog,
11                                         # depending on platform.  csvlog
12                                         # requires logging_collector to be on.
13 @@ -362,9 +362,9 @@
14                                         # 0 disables.
15  
16  # These are relevant when logging to syslog:
17 -#syslog_facility = 'LOCAL0'
18 -#syslog_ident = 'postgres'
19 -#syslog_sequence_numbers = on
20 +syslog_facility = 'LOCAL0'
21 +syslog_ident = 'postgres'
22 +syslog_sequence_numbers = on
23  #syslog_split_messages = on
24  
25  # This is only relevant when logging to eventlog (win32):
This page took 0.204672 seconds and 3 git commands to generate.