pgsql: Mention ANALYZE boolean options in documentation.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Mention ANALYZE boolean options in documentation.
Дата
Msg-id E1hTTyK-0001bC-UO@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix O(N^2) performance issue in pg_publication_tables view.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Convert ExecComputeStoredGenerated to use tuple slots