Re: HUPing a database

From: Philip Molter <philip(at)datafoundry(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: HUPing a database
Date: 2001-07-06 17:54:44
Message-ID: 20010706125444.F12723@datafoundry.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 06, 2001 at 06:15:47PM +0200, Peter Eisentraut wrote:
: Philip Molter writes:
:
: > I'm doing logging of PG information, and I'd like to rotate the logs.
: > What's the proper way to HUP the server once the logs have been
: > rotated?
:
: There isn't one. You're better off piping the postmaster output through a
: separate rotate program.

Hrmm, are there plans to implement this feature? That seems like an
*EXTREMELY* large oversight, to not allow for a simple HUP for
something as universal as daily log rotation.

* Philip Molter
* DataFoundry.net
* http://www.datafoundry.net/
* philip(at)datafoundry(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-07-06 18:42:39 Re: Vacuum and Transactions
Previous Message Gilles DAROLD 2001-07-06 17:41:15 Re: Newbie DBD::Pg question