aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample')
-rw-r--r--databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample24
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
index 07363e882113..da57f46e3552 100644
--- a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
+++ b/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -1,18 +1,18 @@
---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004
-+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004
-@@ -172,6 +172,7 @@
+--- src/backend/utils/misc/postgresql.conf.sample~ Tue Nov 8 00:45:49 2005
++++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 8 00:47:16 2005
+@@ -206,6 +206,7 @@
# - Where to Log -
+log_destination = 'syslog'
- #log_destination = 'stderr' # Valid values are combinations of stderr,
- # syslog and eventlog, depending on
- # platform.
-@@ -219,6 +220,7 @@
-
- #log_min_duration_statement = -1 # -1 is disabled, in milliseconds.
+ #log_destination = 'stderr' # Valid values are combinations of
+ # stderr, syslog and eventlog,
+ # depending on platform.
+@@ -283,6 +284,7 @@
+ #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
+ # and their durations, in milliseconds.
-+silent_mode = true
- #silent_mode = false # DO NOT USE without syslog or redirect_stderr
++silent_mode = on
+ #silent_mode = off # DO NOT USE without syslog or
+ # redirect_stderr
- # - What to Log -