Doc: document permissions required for ANALYZE.

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

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

Discussion