log file maintenance - Mailing list pgsql-admin

From yusuf0478@netscape.net (David Wendy)
Subject log file maintenance
Date
Msg-id 535ddc4b.0302171054.14a489fc@posting.google.com
Whole thread Raw
Responses Re: log file maintenance  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-admin
I have logrotate set up for my databases, the problem is that I alwayz
have to restart my server after the log file is rotated.

What do I do after the logrotate so I don't have to restart the db
server?

The ways I've tried to start the server:
pg_ctl start -D .../data -l logfile
and
pg_ctl start -D .../data | cat - >> logfile

At the moment, I'm using the logrotate script that comes with redhat.
I basically just had to create a logrotate.conf file and use it to
logrotate.

pgsql-admin by date:

Previous
From: Martins Zarins
Date:
Subject: FATAL 2: open of /usr/local/pgsql/data/pg_clog/0943 failed
Next
From: "Daniel Ostroff"
Date:
Subject: Unable to run pg_dump from crontab