</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>
In <filename>contrib/pg_stat_statements</filename>, disallow
the <literal>pg_read_all_stats</literal> role from
<para>
<literal>pg_read_all_stats</literal> is only meant to grant permission
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
pg_stat_statements UPDATE</literal> in each database
where <filename>pg_stat_statements</filename> has been installed.
<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>
+ In <filename>contrib/pg_stat_statements</filename>, disallow
+ the <literal>pg_read_all_stats</literal> role from
+ executing <function>pg_stat_statements_reset()</function>
+ (Haribabu Kommi)
+ </para>
+
+ <para>
+ <literal>pg_read_all_stats</literal> is only meant to grant permission
+ 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
+ pg_stat_statements UPDATE</literal> in each database
+ where <filename>pg_stat_statements</filename> has been installed.
+ (A database freshly created in 11.0 should not need this, but a
+ database upgraded from a previous release probably still contains
+ the old version of <filename>pg_stat_statements</filename>. The
+ <literal>UPDATE</literal> command is harmless if the module was
+ already updated.)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master [1440c461f] 2018-11-02 18:54:00 -0400
Branch: REL_11_STABLE [df1d749a7] 2018-11-02 18:54:00 -0400