]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-conf.patch
- removed pldebugger - can be built separately now
[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 @@
13 # 0 to disable.
6091e228 14
15 # These are relevant when logging to syslog:
cc1001dd 16-#syslog_facility = 'LOCAL0'
17-#syslog_ident = 'postgres'
cc1001dd 18+syslog_facility = 'LOCAL0'
19+syslog_ident = 'postgres'
20
21
6091e228 22 # - When to Log -
c561432f 23@@ -324,7 +324,7 @@
e37b3504 24 #debug_print_plan = off
25 #debug_pretty_print = off
c561432f 26 #log_checkpoints = off
e37b3504 27-#log_connections = off
c561432f 28+log_connections = on
e37b3504 29 #log_disconnections = off
30 #log_duration = off
c561432f 31 #log_hostname = off
This page took 0.051713 seconds and 4 git commands to generate.