Rename
linkend="monitoring-stats-views-table">pg_stat_activity>.procpid>
- to <literal>pid>, to match other system tables (Magnus Hagander)
+ to <structname>pid>, to match other system tables (Magnus Hagander)
- The previous query values are preserved, allowing for enhanced
- analysis.
+ The last query values are preserved, allowing for enhanced analysis.
+
+
+
+
+ Rename pg_stat_activity.current_query> to
+ query> because it is not cleared when the query
+ completes (Magnus Hagander)