开发者

PostgreSQL server process -> client process mapping

How can I find whic开发者_StackOverflowh client process is connected to a server process?


SELECT *
FROM pg_stat_activity

More details in the manual:

http://www.postgresql.org/docs/9.0/static/monitoring-stats.html#MONITORING-STATS-VIEWS

http://www.postgresql.org/docs/9.0/static/monitoring.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜