Logging of queryies - Mailing list pgsql-general

From Peter Childs
Subject Logging of queryies
Date
Msg-id Pine.LNX.4.44.0301211650140.1212-100000@RedDragon.Childs
Whole thread Raw
Responses Re: Logging of queryies
List pgsql-general
    After listening to a long talk on the glories of MySql (Its no
better than Postgres, Postgres can do things MySql can't do and MySql can
do things Postgres can't do... So I'm not going to change camp) but it is
a good idea to know what the other camp thinks.
    One nice feature that was meationed was the ability to log queries
by how long they took, I'm already loggin all my queries but this produces
alot of junk. Is it possible to just log all the queries that take longer
than say 30secs so I can then work on those that really take ages to speed
my program up.

Thanks in advance.

Peter Childs


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: repost of how to do select in a constraint
Next
From: Tom Jenkins
Date:
Subject: PL/Python