Philip Hallstrom <philip@adhesivemedia.com> writes:
> btw - do I need to send any signal to postmaster to let it know I've
> rotated the log file?
AFAIK we don't really support log rotation currently --- you have to
stop/restart the postmaster and direct its stdout/stderr into a new
file :-(. There is support for logging via syslog, though, if you
compile with the option for it.
regards, tom lane