Re: [GENERAL] postmaster and logrotate

2003-12-22 Thread Claudio Succa
Il lun, 2003-12-22 alle 19:40, Dima Tkach ha scritto: > 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 ... b

Re: [GENERAL] postmaster and logrotate

2003-12-22 Thread Bruce Momjian
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.

[GENERAL] postmaster and logrotate

2003-12-22 Thread Dima Tkach
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 w