E 'plpgsql' VOLATILE;
Date: Fri, 23 Mar 2007 10:44:49 +0530From: [EMAIL PROTECTED]:
pgsql-admin@postgresql.org; [EMAIL PROTECTED]: [ADMIN] How to get the DML
Commands exceuted from functions
Hi All,
There are a few plpgsql functions in our application, When the functions are
c
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