Re: Logging functions executed by queries in 8.2?

From: <korryd(at)enterprisedb(dot)com>
To: <josh(at)agliodbs(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logging functions executed by queries in 8.2?
Date: 2007-02-07 12:54:42
Message-ID: 1170852882.8495.198.camel@sakai.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > If anyone is interested, let me know and I'll add this to my ToDo
> > list.
>
> The Sun benchmarking team needs this. However, we need to be able to feed
> the data into some kind of mass analysis ala pg_fouine so that we can do
> overall performance analysis.

I've also included a PL/pgSQL profiler in the PL debugger project - this
plugin spits out an XML profile so you should be able to massage
it/aggregate it however you like.

-- Korry

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-02-07 13:13:48 Chatter on DROP SOMETHING IF EXISTS
Previous Message Alvaro Herrera 2007-02-07 12:41:41 Re: [PATCHES] Fix "database is ready" race condition