From: Bruce Momjian Date: Sun, 23 Sep 2001 04:06:24 +0000 (+0000) Subject: Add mention of log file rotation with mention of syslog SIGHUP capability. X-Git-Tag: REL7_2_BETA1~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a24c70a8f8229dba59e5ac31d91c9e8daa3d545;p=postgresql Add mention of log file rotation with mention of syslog SIGHUP capability. --- diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 3ed0eff4c4..401da8006c 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ @@ -33,9 +33,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.3 2001/09/09 23:52:12 . - + + It is also necessary to rotate the database server log file that is specified + when the postmaster is started. If you are using + syslog, you can send a SIGHUP + signal to the syslog daemon to force it to start writing a new log file. + PostgreSQL is low-maintenance compared to