]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-conf.patch
- up to 9.3.5
[packages/postgresql.git] / postgresql-conf.patch
index f1b6597241ed40116226cb0b6907775d12e84a09..ae0ac1ca91e9953a09a0ba079fb15e633702aa7e 100644 (file)
@@ -1,16 +1,16 @@
---- postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample.orig        2005-10-08 20:32:58.000000000 +0100
-+++ postgresql-8.1.0/src/backend/utils/misc/postgresql.conf.sample     2005-11-11 16:11:18.000000000 +0000
-@@ -206,7 +206,7 @@
+--- postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample.orig       2007-12-07 16:44:56.000000000 +0000
++++ postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample    2008-01-07 22:19:56.904649611 +0000
+@@ -253,7 +253,7 @@
  
  # - Where to Log -
  
--#log_destination = 'stderr'           # Valid values are combinations of 
-+log_destination = 'syslog'            # Valid values are combinations of 
-                                       # stderr, syslog and eventlog, 
-                                       # depending on platform.
-@@ -235,8 +235,8 @@
-                                       # output.  0 to disable.
+-#log_destination = 'stderr'           # Valid values are combinations of
++log_destination = 'syslog'            # Valid values are combinations of
+                                       # stderr, csvlog, syslog, and eventlog,
+                                       # depending on platform.  csvlog
+                                       # requires logging_collector to be on.
+@@ -262,8 +262,8 @@
+                                       # 0 to disable.
  
  # These are relevant when logging to syslog:
 -#syslog_facility = 'LOCAL0'
  
  
  # - When to Log -
-@@ -292,10 +292,10 @@
- #debug_print_rewritten = off
+@@ -324,7 +324,7 @@
  #debug_print_plan = off
  #debug_pretty_print = off
+ #log_checkpoints = off
 -#log_connections = off
-+log_connections = true
++log_connections = on
  #log_disconnections = off
  #log_duration = off
--#log_line_prefix = ''                 # Special values:
-+log_line_prefix = '<%p> '                     # Special values:
-                                       #   %u = user name
-                                       #   %d = database name
-                                       #   %r = remote host and port
+ #log_hostname = off
This page took 0.056409 seconds and 4 git commands to generate.