diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index ffb85bf882..4f33e90510 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -2231,15 +2231,25 @@ Have pg_stat_statements - use a flat file for query text storage, allowing higher limits - (Peter Geoghegan) + use a flat file for query text storage (Peter Geoghegan) - Also add the ability to retrieve all - pg_stat_statements information except the query - text. This allows programs to reuse the query text already - retrieved by referencing queryid. + This removes the limitation on query text length, and allows a + higher default number of unique statements to be tracked. + (Peter Geoghegan) + + + + + + Add the ability to retrieve all pg_stat_statements + information except the query text (Peter Geoghegan) + + + + This allows programs to reuse the query text already retrieved + by referencing queryid.