Re: [HACKERS] signal to send to postgres when log rolling

2003-09-29 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > What is the correct signal (and number) that should be sent to postgres > when you want to roll its logs? There is no log-rolling functionality in PG. Use syslog, or pipe the postmaster's output into something like Apache's logrotate program.

Re: [HACKERS] signal to send to postgres when log rolling

2003-09-29 Thread Bruce Momjian
Christopher Kings-Lynne wrote: > Hi guys, > > What is the correct signal (and number) that should be sent to postgres > when you want to roll its logs? > > I can't seem to see the answer... There isn't one. You have to pipe into something like Apache's rotatelogs or use syslog. -- Bruce Mo

[HACKERS] signal to send to postgres when log rolling

2003-09-29 Thread Christopher Kings-Lynne
Hi guys, What is the correct signal (and number) that should be sent to postgres when you want to roll its logs? I can't seem to see the answer... Chris ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]