Hi,
On 14 July 2011 14:17, Jenish Vyas wrote:
> Hi All,
> Can you guide me how to find out the read activities for stored functions in
> database?
> (How many times function called in specific timeĀ frame)
I hope this will help you
http://www.postgresql.org/docs/current/interactive/pgstatstatemen
Hi All,
Can you guide me how to find out the read activities for stored functions in
database?
(How many times function called in specific time frame)
Catalog tables give the read count for Tables and Index. Do we have any
catalog table for functions as well?
Thanks & regards,
JENISH VYAS