diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index f7d185b452..9bf08d6bab 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -335,7 +335,7 @@
Rename pg_stat_activity>.procpid>
- to pid>, to match other system tables (Magnus Hagander)
+ to pid>, to match other system tables (Magnus Hagander)
@@ -347,8 +347,15 @@
- 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)