postgres.rst
changeset 2333 3a371f973644
parent 2332 fc34d7c084ba
child 2337 c6c55f6a45c8
equal deleted inserted replaced
2332:fc34d7c084ba 2333:3a371f973644
    86 Monitor connections
    86 Monitor connections
    87 ===================
    87 ===================
    88 ::
    88 ::
    89 
    89 
    90    select * from pg_stat_activity;
    90    select * from pg_stat_activity;
       
    91 
       
    92 https://www.postgresql.org/docs/current/monitoring-stats.html
       
    93   The Statistics Collector.
    91 
    94 
    92 Profile queries
    95 Profile queries
    93 ===============
    96 ===============
    94 
    97 
    95 Stats on query execution time::
    98 Stats on query execution time::