Re: View running statements

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Vlad Arkhipov <arhipov(at)dc(dot)baikal(dot)ru>
Subject: Re: View running statements
Date: 2009-03-12 15:28:58
Message-ID: 200903120828.58954.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vlad,

> It shows only top-level statements. You can see 'select * from f()' in
> this table but you never see what is actually executing in this function.

Queries executed inside functions are opaque to the stats collector for a
variety of technical reasons. Changing this is on the TODO list, but AFAIK
nobody is currently working on it.

--
Josh Berkus
PostgreSQL
San Francisco

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-03-12 19:12:01 Re: Should SET ROLE inherit config params?
Previous Message Josh Berkus 2009-03-12 15:26:28 Re: Should SET ROLE inherit config params?