Mention ANALYZE boolean options in documentation.
Fujii Masao <fujii@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- VACUUM fails to parse 0 and 1 as boolean value 25 messages · 2019-05-14 → 2019-05-22