]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql-conf.patch
- up to 9.4.1
[packages/postgresql.git] / postgresql-conf.patch
... / ...
CommitLineData
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 to disable.
14
15 # These are relevant when logging to syslog:
16-#syslog_facility = 'LOCAL0'
17-#syslog_ident = 'postgres'
18+syslog_facility = 'LOCAL0'
19+syslog_ident = 'postgres'
20
21
22 # - When to Log -
23@@ -324,7 +324,7 @@
24 #debug_print_plan = off
25 #debug_pretty_print = off
26 #log_checkpoints = off
27-#log_connections = off
28+log_connections = on
29 #log_disconnections = off
30 #log_duration = off
31 #log_hostname = off
This page took 0.072568 seconds and 4 git commands to generate.