Обсуждение: pgsql: Doc: move unparenthesized syntaxes for a few commands.

Поиск
Список
Период
Сортировка

pgsql: Doc: move unparenthesized syntaxes for a few commands.

От
Nathan Bossart
Дата:
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

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml | 16 ++++++++--------
doc/src/sgml/ref/cluster.sgml | 14 ++++++++++----
doc/src/sgml/ref/explain.sgml | 19 ++++++++++---------
doc/src/sgml/ref/vacuum.sgml  | 20 ++++++++++----------
4 files changed, 38 insertions(+), 31 deletions(-)