From bce0ff4080eba1f7175db832227bfde84db3af31 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 5 Nov 2018 16:07:06 -0500 Subject: [PATCH] Last-minute updates for release notes. I removed the item about the pg_stat_statements change from release-11.sgml, as part of a sweep to delete items already committed in 11.0; but actually we'd best keep it to ensure that people who've pg_upgraded their databases will take the requisite action. Also make said action more visible by making it into its own para. Noted by Jonathan Katz. --- doc/src/sgml/release-10.sgml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 372307c250a..4019e695686 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -1036,12 +1036,6 @@ Branch: REL9_3_STABLE [9f3ade1a6] 2018-08-31 20:21:30 +0300 - In contrib/pg_stat_statements, disallow the pg_read_all_stats role from @@ -1052,6 +1046,9 @@ Branch: REL_10_STABLE [90a1f9786] 2018-09-25 09:56:57 +0900 pg_read_all_stats is only meant to grant permission to read statistics, not to change them, so this grant was incorrect. + + + To cause this change to take effect, run ALTER EXTENSION pg_stat_statements UPDATE in each database where pg_stat_statements has been installed. -- 2.39.5