[GENERAL] Time of previous REINDEX execution..

2007-05-08 Thread Anoo Pillai
Hi, How to get the time at which the previous REINDEX command was run? With Thanks in advance, AnooS

[GENERAL] How to get the DML Commands exceuted from functions

2007-03-22 Thread Anoo Pillai
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