]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-conf.patch
Rediff patches.
[packages/postgresql.git] / postgresql-conf.patch
1 diff -urNp -x '*.orig' postgresql-9.3.25.org/src/backend/utils/misc/postgresql.conf.sample postgresql-9.3.25/src/backend/utils/misc/postgresql.conf.sample
2 --- postgresql-9.3.25.org/src/backend/utils/misc/postgresql.conf.sample 2018-11-05 22:53:28.000000000 +0100
3 +++ postgresql-9.3.25/src/backend/utils/misc/postgresql.conf.sample     2021-11-16 20:59:56.259079714 +0100
4 @@ -291,7 +291,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 @@ -324,8 +324,8 @@
14                                         # 0 disables.
15  
16  # These are relevant when logging to syslog:
17 -#syslog_facility = 'LOCAL0'
18 -#syslog_ident = 'postgres'
19 +syslog_facility = 'LOCAL0'
20 +syslog_ident = 'postgres'
21  
22  # This is only relevant when logging to eventlog (win32):
23  # (change requires restart)
24 @@ -385,7 +385,7 @@
25  #debug_print_plan = off
26  #debug_pretty_print = on
27  #log_checkpoints = off
28 -#log_connections = off
29 +log_connections = on
30  #log_disconnections = off
31  #log_duration = off
32  #log_error_verbosity = default         # terse, default, or verbose messages
This page took 0.08041 seconds and 3 git commands to generate.