pgsql: Mention ANALYZE boolean options in documentation.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mention ANALYZE boolean options in documentation.
Date: 2019-05-22 16:20:08
Message-ID: E1hTTyK-0001bC-UO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/03de5187d50af67d154a47cf00899290dca13003

Modified Files
--------------
doc/src/sgml/ref/analyze.sgml | 18 ++++++++++++++++--
doc/src/sgml/release-12.sgml | 4 ++--
src/bin/psql/tab-complete.c | 2 ++
3 files changed, 20 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-05-22 16:42:11 pgsql: Convert ExecComputeStoredGenerated to use tuple slots
Previous Message Tom Lane 2019-05-22 15:47:12 pgsql: Fix O(N^2) performance issue in pg_publication_tables view.