Re: [GENERAL] log sql? - Mailing list pgsql-admin

From scott.marlowe
Subject Re: [GENERAL] log sql?
Date
Msg-id Pine.LNX.4.44.0207301221580.21839-100000@css120.ihs.com
Whole thread Raw
In response to Re: [GENERAL] log sql?  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-admin
On Tue, 30 Jul 2002, Andrew Sullivan wrote:

> On Tue, Jul 30, 2002 at 09:53:23AM -0700, Laurette Cisneros wrote:
> > Yes indeed...the size has reach 9.6M in 15 minutes...it is spewing a lot of
> > info.  Hmmm....
>
> You really need some mechanism for rotating your logs if you are
> going to use them.  Otherwise, they become too unwieldy.

If one has apache installed, one has the mechanism installed.  Apache has
a nice little log rotation utility called rotatelogs that can used for
this purpose, just put it into the path of the postgres user and start the
database like so:

pg_ctl start | rotatelogs "$PGDATA/logs/pgsql" 86400 &

where $PGDATA/logs is a directory you made and pgsql will be the name all
your log files start with.


pgsql-admin by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: [SQL] 3-tier
Next
From: Murthy Kambhampaty
Date:
Subject: newbie admin question: postgresql server crashes