[PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-14 Thread Andrew Hammond
. It test for apache rotatelogs only when unless it is specifically used. This code only adds functionality and causes no changes to current usage. If anyone has suggestions how I could improve it or make it more acceptable in any way, I'd very much like to hear them. Andrew Hammond --- pg_c

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-14 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Eisentraut wrote: | Am Freitag, 14. Mai 2004 17:35 schrieb Andrew Hammond: | |>Please find attached a patch to integrate rotatelogs into pg_ctl. I've |>noticed a couple of questions about how to do this and it seems easier |>(and mo

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-14 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Eisentraut wrote: | Andrew Hammond wrote: | |>That's essentially what the patch does. It's better because it does |>it correctly instead of requiring an admin to learn how to do it |>correctly. | | That is entirely unconvincin

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-14 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno Wolff III wrote: | On Fri, May 14, 2004 at 15:31:21 -0400, | Andrew Hammond <[EMAIL PROTECTED]> wrote: | |>- - DJB's multilog requires a whole mess of configuration, and is |>difficult to run unless you're root. In w

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-17 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Eisentraut wrote: | Andrew Hammond wrote: | |>There was recently a huge thread in hackers about the value of making |>postgres easier to install and use. I think this script makes |>postgres easier to use for those of us who can

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-18 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 |>logrotate rotates log files and hups the servers according to a |>configuration file. rotatelogs reads the log data on stdin and reopens |>a new output file once in a while. The first hunk of your patch was |>wrong, the rest seemed OK. | | | OK, jus

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-21 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno, would you be willing to write something for docs about how to use multilog for postgres? Drew Bruce Momjian wrote: | We documented using rotatelogs in the pg_ctl manual page, and have the | main docs correct on how to use it. Hopefully that will

Re: [PATCHES] pg_ctl patch to integrate apache's rotatelogs

2004-05-21 Thread Andrew Hammond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno Wolff III wrote: | On Fri, May 21, 2004 at 09:34:04 -0400, | Andrew Hammond <[EMAIL PROTECTED]> wrote: | |>-BEGIN PGP SIGNED MESSAGE- |>Hash: SHA1 |> |>Bruno, would you be willing to write something for docs about how

Re: [PATCHES] On patching without write access to CVS

2007-05-14 Thread Andrew Hammond
On May 14, 12:57 am, [EMAIL PROTECTED] (Peter Eisentraut) wrote: > Am Montag, 14. Mai 2007 03:56 schrieb David Fetter: > > > +For those things which CVS does not do > > +by itself, such as letting you create patches without write access, s/such as letting you create patches/specifically cr