How to get the DML Commands exceuted from functions - Mailing list pgsql-admin

From Anoo Pillai
Subject How to get the DML Commands exceuted from functions
Date
Msg-id 75ff88c60703222214v30bc2deble8b588b29f6a3fad@mail.gmail.com
Whole thread Raw
List pgsql-admin
Hi All,
 
There are a few plpgsql functions in our application, When the functions are called, I would like to see the commands executed from the functions ( the selects, inserts, updates and Deletes written in the function body) 
 
I am from SQL server world and there exists a tool SQL Profiler for the same purpose. I am looking for something like that
 
 
Thanks in advance
 
Anoo.S

pgsql-admin by date:

Previous
From: Chris Browne
Date:
Subject: Re: slony with diff PostgreSQL versions
Next
From: Karthikeyan Sundaram
Date:
Subject: Re: How to get the DML Commands exceuted from functions