Mention ANALYZE boolean options in documentation.

Fujii Masao <fujii@postgresql.org>

Commit: 03de5187d50af67d154a47cf00899290dca13003
Author: Fujii Masao <fujii@postgresql.org>
Date: 2019-05-22T16:18:16Z
Releases: 12.0
Mention ANALYZE boolean options in documentation.

Commit 41b54ba78e allowed not only VACUUM but also ANALYZE options
to take a boolean argument. But it forgot to update the documentation
for ANALYZE. This commit adds the descriptions about those ANALYZE
boolean options into the documentation.

This patch also updates tab-completion for ANALYZE boolean options.

Reported-by: Kyotaro Horiguchi
Author: Fujii Masao
Reviewed-by: Masahiko Sawada, Michael Paquier
Discussion: https://postgr.es/m/CAHGQGwHTUt-kuwgiwe8f0AvTnB+ySqJWh95jvmh-qcoKW9YA9g@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/ref/analyze.sgml modified +16 −2
doc/src/sgml/release-12.sgml modified +2 −2
src/bin/psql/tab-complete.c modified +2 −0

Documentation touched

Discussion