Re: Change in logging behaviour between 8.1 and 8.2 - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Change in logging behaviour between 8.1 and 8.2
Date
Msg-id 20081117145837.GG4291@alvh.no-ip.org
Whole thread Raw
In response to Re: Change in logging behaviour between 8.1 and 8.2  (Ben Webber <ben.webber@egsgroup.com>)
Responses Re: Change in logging behaviour between 8.1 and 8.2  (Ben Webber <ben.webber@egsgroup.com>)
Re: Change in logging behaviour between 8.1 and 8.2  (Ben Webber <ben.webber@egsgroup.com>)
List pgsql-admin
Ben Webber wrote:
> Hi,
>
> I wrote a shell script to find the duration and the related statement in the log file and place them one after the
otherif the duration is over a specified time like this:- 
>
> 2008-10-31 02:00:49 GMT [23683] [mp_live] LOG:  statement: CLUSTER;
> 2008-10-31 02:04:42 GMT [23683] [mp_live] LOG: duration: 232783.684 ms

I wonder if you'd benefit from doing CSV logs and then storing them into
a table.  Querying using SQL is probably going to be easier (and more
robust -- it'd work even with embedded newlines etc).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-admin by date:

Previous
From: "Anony Mous"
Date:
Subject: restore failure
Next
From: Ben Webber
Date:
Subject: Re: Change in logging behaviour between 8.1 and 8.2