postgresql/src/bin/psql
Fujii Masao 03de5187d5 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
2019-05-23 01:18:16 +09:00
..
po Translation updates 2019-05-20 16:00:53 +02:00
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
command.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
command.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
common.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
common.h Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
copy.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
copy.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
create_help.pl psql: Add documentation URL to \help output 2019-03-11 09:11:37 +01:00
crosstabview.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
crosstabview.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
describe.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
describe.h psql \dP: list partitioned tables and indexes 2019-04-07 15:07:21 -04:00
help.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
help.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
input.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
input.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
large_obj.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
large_obj.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
mainloop.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
mainloop.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00
prompt.c More unconstify use 2019-02-13 11:50:16 +01:00
prompt.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
psqlscanslash.l Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
settings.h tableam: introduce table AM infrastructure. 2019-03-06 09:54:38 -08:00
startup.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
stringutils.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
stringutils.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tab-complete.c Mention ANALYZE boolean options in documentation. 2019-05-23 01:18:16 +09:00
tab-complete.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
variables.c Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
variables.h Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00