]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- changes to this patch and postgresql upgrade does not affect existing
authorwrobell <wrobell@pld-linux.org>
Mon, 6 Jan 2003 13:25:56 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  db clusters
- enable syslog logging by default
  log_connections = true
  log_pid = true
  syslog = 2
  syslog_facility = 'LOCAL0'
  syslog_ident = 'postgres'

Changed files:
    postgresql-conf.patch -> 1.1

postgresql-conf.patch [new file with mode: 0644]

diff --git a/postgresql-conf.patch b/postgresql-conf.patch
new file mode 100644 (file)
index 0000000..a909b61
--- /dev/null
@@ -0,0 +1,27 @@
+diff -Nur postgresql-7.3.1.orig/src/backend/utils/misc/postgresql.conf.sample postgresql-7.3.1/src/backend/utils/misc/postgresql.conf.sample
+--- postgresql-7.3.1.orig/src/backend/utils/misc/postgresql.conf.sample        Mon Sep  2 07:42:54 2002
++++ postgresql-7.3.1/src/backend/utils/misc/postgresql.conf.sample     Mon Jan  6 13:48:31 2003
+@@ -121,8 +121,8 @@
+                               #   log, info, notice, warning, error
+ #silent_mode = false
+-#log_connections = false
+-#log_pid = false
++log_connections = true
++log_pid = true
+ #log_statement = false
+ #log_duration = false
+ #log_timestamp = false
+@@ -144,9 +144,9 @@
+ #
+ #     Syslog
+ #
+-#syslog = 0                   # range 0-2
+-#syslog_facility = 'LOCAL0'
+-#syslog_ident = 'postgres'
++syslog = 2                    # range 0-2
++syslog_facility = 'LOCAL0'
++syslog_ident = 'postgres'
+ #
This page took 0.222884 seconds and 4 git commands to generate.