码迷,mamicode.com
首页 > 其他好文 > 详细

How to get table pg_stat_user_functions.

时间:2015-11-18 16:30:12      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:

修改配置文件postgres.conf

 

track_functions = all                   # none, pl, all

 

postgres=# select * from pg_stat_user_functions ;
 funcid | schemaname | funcname | calls | total_time | self_time 
--------+------------+----------+-------+------------+-----------
(0 rows)

 

修改完成后,重启数据库,就会有数据了。  

How to get table pg_stat_user_functions.

标签:

原文地址:http://www.cnblogs.com/sangli/p/4974584.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!