pgsql: Doc: document permissions required for ANALYZE. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: document permissions required for ANALYZE.
Date
Msg-id E1hvU7v-0005ns-1M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: document permissions required for ANALYZE.

VACUUM's reference page had this text, but ANALYZE's didn't.  That's
a clear oversight given that section 5.7 explicitly delegates the
responsibility to define permissions requirements to the individual
commands' man pages.

Per gripe from Isaac Morland.  Back-patch to all supported branches.

Discussion: https://postgr.es/m/CAMsGm5fp3oBUs-2iRfii0iEO=fZuJALVyM2zJLhNTjG34gpAVQ@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ed6df2e0e39ceffef5d3099466bb077371f14443

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Remove unnecessary #include
Next
From: Peter Eisentraut
Date:
Subject: pgsql: initdb: Use varargs macro for PG_CMD_PRINTF