postgresql/src/bin/psql
Peter Eisentraut d7d77f3825 psql: Add completion for \help DROP|ALTER
While \help CREATE would complete usefully, \help DROP or \help ALTER
did not complete anything.

Expand the list of things after CREATE and DROP to cover ALTER as well,
and use that for the ALTER completion.  Also make minor tweaks to that
list.

Also add support for completing \help on multiword commands like CREATE
TEXT SEARCH ...

Author: Andreas Karlsson <andreas@proxel.se>
2017-03-16 18:56:27 -04:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
command.c Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
command.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
common.c Add a "void *" passthrough pointer for psqlscan.l's callback functions. 2017-03-13 17:14:46 -04:00
common.h Add a "void *" passthrough pointer for psqlscan.l's callback functions. 2017-03-13 17:14:46 -04:00
copy.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
copy.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
create_help.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
crosstabview.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
crosstabview.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
describe.c Fix hard-coded relkind constants in psql/describe.c. 2017-03-09 20:45:59 -05:00
describe.h Logical replication 2017-01-20 09:04:49 -05:00
help.c psql: Add \gx command 2017-03-07 09:31:52 -05:00
help.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
input.c Clean up psql's behavior for a few more control variables. 2017-02-02 20:16:17 -05:00
input.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
large_obj.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
large_obj.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
mainloop.c Clean up psql's behavior for a few more control variables. 2017-02-02 20:16:17 -05:00
mainloop.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Suppress "unused variable" warnings with older versions of flex. 2017-02-19 13:04:30 -05:00
nls.mk psql: Add missing file to nls.mk 2016-06-07 10:58:46 -04:00
prompt.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
prompt.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
psqlrc.sample
psqlscanslash.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
psqlscanslash.l Add a "void *" passthrough pointer for psqlscan.l's callback functions. 2017-03-13 17:14:46 -04:00
settings.h psql: Add \gx command 2017-03-07 09:31:52 -05:00
startup.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
stringutils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
stringutils.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
tab-complete.c psql: Add completion for \help DROP|ALTER 2017-03-16 18:56:27 -04:00
tab-complete.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
variables.c Clean up psql's behavior for a few more control variables. 2017-02-02 20:16:17 -05:00
variables.h Clean up psql's behavior for a few more control variables. 2017-02-02 20:16:17 -05:00