diff options
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 62e8d500856..90bb9c07bcf 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -2741,16 +2741,16 @@ <listitem> <para> - Improve <application>pg_stat_statements</>' handling of - <command>PREPARE</command>/<command>EXECUTE</command> statements - (Tom Lane) + Add dirtied and written block counts to + <application>pg_stat_statements</> (Robert Haas) </para> </listitem> <listitem> <para> - Add dirtied and written block counts to - <application>pg_stat_statements</> (Robert Haas) + Improve <application>pg_stat_statements</>' handling of + <command>PREPARE</command>/<command>EXECUTE</command> statements + (Tom Lane) </para> </listitem> |