ports/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
Palle Girgensohn 1d25499d3d Update all PostgreSQL ports to latest versions.
This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772,
CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769.

Security: http://www.postgresql.org/about/news.905
2008-01-07 13:51:57 +00:00

18 lines
641 B
Text

--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
+++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
@@ -231,6 +231,7 @@
# - Where to Log -
+log_destination = 'syslog'
#log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog and eventlog,
# depending on platform. csvlog
@@ -313,6 +314,7 @@
# and their durations, > 0 logs only
# statements running at least this time.
+silent_mode = on
#silent_mode = off # DO NOT USE without syslog or
# logging_collector
# (change requires restart)