Change pg_stat_statements order of release note items, per Peter
authorBruce Momjian
Thu, 24 May 2012 21:51:56 +0000 (17:51 -0400)
committerBruce Momjian
Thu, 24 May 2012 21:51:56 +0000 (17:51 -0400)
Geoghegan

doc/src/sgml/release-9.2.sgml

index 62e8d500856a04ad09afbe84eb32ead22bc9469f..90bb9c07bcf72649028dc04fd76ba284b6a73d02 100644 (file)
 
       
        
-        Improve pg_stat_statements' handling of
-        PREPARE/EXECUTE statements
-        (Tom Lane)
+        Add dirtied and written block counts to
+        pg_stat_statements (Robert Haas)
        
       
 
       
        
-        Add dirtied and written block counts to
-        pg_stat_statements (Robert Haas)
+        Improve pg_stat_statements' handling of
+        PREPARE/EXECUTE statements
+        (Tom Lane)