Re: [PORTS] Logging (was Re: [GENERAL] PostgreSQL 7.0-2 RPMset released.)

2000-05-22 Thread Palle Girgensohn
Tom Lane wrote: > > Lamar Owen <[EMAIL PROTECTED]> writes: > > The real problem with redirecting the postmaster output is the issue > > of log rolling, which is impossible to do in the 'classic' > > stderr/stdout redirect UNLESS you throw down postmaster when rolling > > the log (unless you know

Re: Logging (was Re: [GENERAL] PostgreSQL 7.0-2 RPMset released.)

2000-05-21 Thread Giles Lean
On Mon, 22 May 2000 00:19:45 -0400 Tom Lane wrote: > There needn't be a lot of code involved, we just need a > well-thought-out spec for how it should work. Comments anyone? I run postmaster under Dan Bernstein's "daemontools", which include logging facilities: http://cr.yp.to/daemon

Logging (was Re: [GENERAL] PostgreSQL 7.0-2 RPMset released.)

2000-05-21 Thread Tom Lane
Lamar Owen <[EMAIL PROTECTED]> writes: > The real problem with redirecting the postmaster output is the issue > of log rolling, which is impossible to do in the 'classic' > stderr/stdout redirect UNLESS you throw down postmaster when rolling > the log (unless you know a trick I don't). Yes. I th