Re: pg_ctl patch to integrate apache's rotatelogs

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Andrew Hammond <ahammond(at)ca(dot)afilias(dot)info>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_ctl patch to integrate apache's rotatelogs
Date: 2004-05-14 22:16:03
Message-ID: 20040514221603.GA11880@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, May 14, 2004 at 16:02:43 -0400,
Andrew Hammond <ahammond(at)ca(dot)afilias(dot)info> wrote:
>
> Yes, if you're running daemontools, then multilog is hands down the way
> to go. Is it daemontools that really wants to be root? That might be
> what I'm confusing it with. Anyway, my goal was to provide a solution
> that fits nicely with pg_ctl's -l option, multilog didn't look like a
> good way to do that.

The scanning process (svscan) and listening processes (tcpserver) run
as root. The actual services and logging processes are supposed to
run (relatively) unprivileged users.

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-05-14 22:35:27 New function: inet_client_addr()...
Previous Message Neil Conway 2004-05-14 21:55:59 Re: width_bucket() per SQL2003 (WIP)