Doc: document permissions required for ANALYZE.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a1008caf0ac6960cb32b8a4c9b24d371db2a32b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-08-07T22:09:28Z
Releases: 12.0
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

Files

PathChange+/−
doc/src/sgml/ref/analyze.sgml modified +10 −0

Documentation touched

Discussion