Re: more contrib: log rotator

From: Dave Cramer <dave(at)fastcrypt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: jim(at)contactbda(dot)com, Andrew Sullivan <andrew(at)libertyrms(dot)info>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more contrib: log rotator
Date: 2003-04-03 19:12:03
Message-ID: 1049397122.3609.327.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Does this log rotator do something that apache's doesn't?

Dave
On Thu, 2003-04-03 at 13:41, Tom Lane wrote:
> "Jim Buttafuoco" <jim(at)contactbda(dot)com> writes:
> > Would the plan be to add it to pg_ctl?
>
> You would not actually have to: you could just pipe pg_ctl's output to
> pglog-rotator. But I think it'd be cool if pg_ctl had an option to use
> pglog-rotator, or maybe even adopt it as standard behavior.
>
> I think we would have to make the rotator script be mainstream rather
> than contrib if we wanted pg_ctl to use it directly. That was why I was
> thinking maybe mainstream ...
>
> Andrew, could you toss up the script on pgsql-patches just so people can
> take a look? Then we could think more about where to go with it.
>
> regards, tom lane
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--
Dave Cramer <dave(at)fastcrypt(dot)com>
Cramer Consulting

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-03 19:39:17 Re: Detecting corrupted pages earlier
Previous Message Tom Lane 2003-04-03 18:41:08 Re: more contrib: log rotator