How to get the DML Commands exceuted from functions
- From: "Anoo Pillai" <anoo(dot)postgresql(at)gmail(dot)com>
- To: pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
- Subject: How to get the DML Commands exceuted from functions
- Date: Fri, 23 Mar 2007 10:44:49 +0530
- Message-id: <75ff88c60703222214v30bc2deble8b588b29f6a3fad(at)mail(dot)gmail(dot)com>
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
Home |
Main Index |
Thread Index