]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-conf.patch
- llvm bcond
[packages/postgresql.git] / postgresql-conf.patch
CommitLineData
c561432f 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
46a5a11c 3@@ -253,7 +253,7 @@
cc1001dd 4
6091e228 5 # - Where to Log -
16404f9a 6
c561432f 7-#log_destination = 'stderr' # Valid values are combinations of
8+log_destination = 'syslog' # Valid values are combinations of
46a5a11c 9 # stderr, csvlog, syslog, and eventlog,
c561432f 10 # depending on platform. csvlog
11 # requires logging_collector to be on.
12@@ -262,8 +262,8 @@
8ff799d0 13 # 0 disables.
6091e228 14
15 # These are relevant when logging to syslog:
cc1001dd 16-#syslog_facility = 'LOCAL0'
17-#syslog_ident = 'postgres'
8ff799d0 18-#syslog_sequence_numbers = on
cc1001dd 19+syslog_facility = 'LOCAL0'
20+syslog_ident = 'postgres'
8ff799d0
AM
21+syslog_sequence_numbers = on
22 #syslog_split_messages = on
cc1001dd 23
8ff799d0 24 # This is only relevant when logging to eventlog (win32):
c561432f 25@@ -324,7 +324,7 @@
e37b3504 26 #debug_print_plan = off
27 #debug_pretty_print = off
c561432f 28 #log_checkpoints = off
e37b3504 29-#log_connections = off
c561432f 30+log_connections = on
e37b3504 31 #log_disconnections = off
32 #log_duration = off
c561432f 33 #log_hostname = off
This page took 0.075427 seconds and 4 git commands to generate.