Dima Tkach wrote: > Hi, everybody! > > I was wonderring if there is a way to make logrotate work with postgres > logs? > More precisely, the question is - is there any way to tell a running > postmaster process to reopen its log file? > I tried kill -HUP ... but that doesn't seem to do anything... > > Is there just no way to do what I want?
Docs say pipe into logrotate: http://developer.postgresql.org/docs/postgres/logfile-maintenance.html -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match