Re: [ADMIN] How to find out hit count or read activities on functions in postgresql 8.4.6

2011-07-15 Thread Sergey Konoplev
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

[ADMIN] How to find out hit count or read activities on functions in postgresql 8.4.6

2011-07-14 Thread Jenish Vyas
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