Doc: move unparenthesized syntaxes for a few commands.

Nathan Bossart <nathan@postgresql.org>

Commit: ab29a7a9c6ffaddaf6788a13e83f1a249f06bb1b
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2023-07-19T22:26:59Z
Releases: 17.0
Doc: move unparenthesized syntaxes for a few commands.

Move documentation of the unparenthesized syntaxes for VACUUM,
ANALYZE, EXPLAIN, and CLUSTER to the "Compatibility" section of
their documentation to improve readability of the preferred,
parenthesized syntaxes.

Author: Melanie Plageman
Discussion: https://postgr.es/m/CAAKRu_bc5uHieG1976kGqJKxyWtyQt9yvktjsVX%2Bi7NOigDjOA%40mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/analyze.sgml modified +8 −8
doc/src/sgml/ref/cluster.sgml modified +10 −4
doc/src/sgml/ref/explain.sgml modified +10 −9
doc/src/sgml/ref/vacuum.sgml modified +10 −10

Documentation touched

Discussion