]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-conf.patch
- added Patch11: postgresql-ssl-libpq-mem-leak-1.patch
[packages/postgresql.git] / postgresql-conf.patch
1 --- postgresql-7.4beta1/src/backend/utils/misc/postgresql.conf.sample   2003-08-08 22:41:16.000000000 +0200
2 +++ postgresql-7.4beta1/src/backend/utils/misc/postgresql.conf.sample.new       2003-08-08 22:40:08.000000000 +0200
3 @@ -137,9 +137,9 @@
4  
5  # - Syslog -
6  
7 -#syslog = 0                    # range 0-2; 0=stdout; 1=both; 2=syslog
8 -#syslog_facility = 'LOCAL0'
9 -#syslog_ident = 'postgres'
10 +syslog = 2                     # range 0-2; 0=stdout; 1=both; 2=syslog
11 +syslog_facility = 'LOCAL0'
12 +syslog_ident = 'postgres'
13  
14  # - When to Log -
15  
16 @@ -170,9 +170,9 @@
17  #debug_print_rewritten = false
18  #debug_print_plan = false
19  #debug_pretty_print = false
20 -#log_connections = false
21 +log_connections = true
22  #log_duration = false
23 -#log_pid = false
24 +log_pid = true 
25  #log_statement = false
26  #log_timestamp = false
27  #log_hostname = false
This page took 0.035857 seconds and 3 git commands to generate.