Skip to content
Snippets Groups Projects
Commit bce0ff40 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent ac36e6ae
No related branches found
Tags
No related merge requests found
...@@ -1036,12 +1036,6 @@ Branch: REL9_3_STABLE [9f3ade1a6] 2018-08-31 20:21:30 +0300 ...@@ -1036,12 +1036,6 @@ Branch: REL9_3_STABLE [9f3ade1a6] 2018-08-31 20:21:30 +0300
</listitem> </listitem>
<listitem> <listitem>
<!--
Author: Michael Paquier <michael@paquier.xyz>
Branch: master [edb979766] 2018-09-25 09:55:44 +0900
Branch: REL_11_STABLE Release: REL_11_0 [a3bb831ef] 2018-09-25 09:56:41 +0900
Branch: REL_10_STABLE [90a1f9786] 2018-09-25 09:56:57 +0900
-->
<para> <para>
In <filename>contrib/pg_stat_statements</filename>, disallow In <filename>contrib/pg_stat_statements</filename>, disallow
the <literal>pg_read_all_stats</literal> role from the <literal>pg_read_all_stats</literal> role from
...@@ -1052,6 +1046,9 @@ Branch: REL_10_STABLE [90a1f9786] 2018-09-25 09:56:57 +0900 ...@@ -1052,6 +1046,9 @@ Branch: REL_10_STABLE [90a1f9786] 2018-09-25 09:56:57 +0900
<para> <para>
<literal>pg_read_all_stats</literal> is only meant to grant permission <literal>pg_read_all_stats</literal> is only meant to grant permission
to read statistics, not to change them, so this grant was incorrect. to read statistics, not to change them, so this grant was incorrect.
</para>
<para>
To cause this change to take effect, run <literal>ALTER EXTENSION To cause this change to take effect, run <literal>ALTER EXTENSION
pg_stat_statements UPDATE</literal> in each database pg_stat_statements UPDATE</literal> in each database
where <filename>pg_stat_statements</filename> has been installed. where <filename>pg_stat_statements</filename> has been installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment