]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-conf.patch
- fix build
[packages/postgresql.git] / postgresql-conf.patch
CommitLineData
e37b3504 1--- postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample.orig 2005-10-08 20:32:58.000000000 +0100
2+++ postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample 2005-11-11 16:11:18.000000000 +0000
3@@ -206,7 +206,7 @@
cc1001dd 4
6091e228 5 # - Where to Log -
16404f9a 6
e37b3504 7-#log_destination = 'stderr' # Valid values are combinations of
8+log_destination = 'syslog' # Valid values are combinations of
9 # stderr, syslog and eventlog,
10 # depending on platform.
6091e228 11
e37b3504 12@@ -235,8 +235,8 @@
13 # output. 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 -
e37b3504 23@@ -292,10 +292,10 @@
24 #debug_print_rewritten = off
25 #debug_print_plan = off
26 #debug_pretty_print = off
27-#log_connections = off
16404f9a 28+log_connections = true
e37b3504 29 #log_disconnections = off
30 #log_duration = off
31-#log_line_prefix = '' # Special values:
32+log_line_prefix = '<%p> ' # Special values:
33 # %u = user name
34 # %d = database name
35 # %r = remote host and port
This page took 0.099804 seconds and 4 git commands to generate.