]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-conf.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-conf.patch
CommitLineData
6091e228 1--- postgresql-8.0.0beta2/src/backend/utils/misc/postgresql.conf.sample 2004-08-12 21:03:36.000000000 +0200
2+++ postgresql-8.0.0beta2/src/backend/utils/misc/postgresql.conf.sample.new 2004-09-05 20:54:31.087203264 +0200
3@@ -164,7 +164,7 @@
cc1001dd 4
6091e228 5 # - Where to Log -
16404f9a 6
6091e228 7-#log_destination = 'stderr' # Valid values are combinations of stderr,
8+log_destination = 'syslog' # Valid values are combinations of stderr,
9 # syslog and eventlog, depending on
10 # platform.
11
12@@ -180,8 +180,8 @@
13 # so many kilobytes of log output. 0 to disable.
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 -
23@@ -211,10 +211,10 @@
16404f9a 24 #debug_print_rewritten = false
25 #debug_print_plan = false
26 #debug_pretty_print = false
27-#log_connections = false
28+log_connections = true
6091e228 29 #log_disconnections = false
16404f9a 30 #log_duration = false
6091e228 31-#log_line_prefix = '' # e.g. '<%u%%%d> '
32+log_line_prefix = '<%p> ' # e.g. '<%u%%%d> '
33 # %u=user name %d=database name
34 # %r=remote host and port
35 # %p=PID %t=timestamp %i=command tag
This page took 1.245123 seconds and 4 git commands to generate.