]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-conf.patch
- updated to 11.0
[packages/postgresql.git] / postgresql-conf.patch
1 --- postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample.orig        2007-12-07 16:44:56.000000000 +0000
2 +++ postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample     2008-01-07 22:19:56.904649611 +0000
3 @@ -253,7 +253,7 @@
4  
5  # - Where to Log -
6  
7 -#log_destination = 'stderr'            # Valid values are combinations of
8 +log_destination = 'syslog'             # Valid values are combinations of
9                                         # stderr, csvlog, syslog, and eventlog,
10                                         # depending on platform.  csvlog
11                                         # requires logging_collector to be on.
12 @@ -262,8 +262,8 @@
13                                         # 0 disables.
14  
15  # These are relevant when logging to syslog:
16 -#syslog_facility = 'LOCAL0'
17 -#syslog_ident = 'postgres'
18 -#syslog_sequence_numbers = on
19 +syslog_facility = 'LOCAL0'
20 +syslog_ident = 'postgres-11'
21 +syslog_sequence_numbers = on
22  #syslog_split_messages = on
23  
24  # This is only relevant when logging to eventlog (win32):
25 @@ -324,7 +324,7 @@
26  #debug_print_plan = off
27  #debug_pretty_print = off
28  #log_checkpoints = off
29 -#log_connections = off
30 +log_connections = on
31  #log_disconnections = off
32  #log_duration = off
33  #log_hostname = off