postgresql/src/bin
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
..
initdb initdb: Re-add translatable string that got lost 2017-03-13 09:10:49 -04:00
pg_archivecleanup pg_archivecleanup: Add NLS 2016-11-04 10:40:05 -04:00
pg_basebackup Add option to control snapshot export to CREATE_REPLICATION_SLOT 2017-03-14 17:34:22 -04:00
pg_config Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_controldata Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 2017-03-07 14:25:40 +02:00
pg_ctl Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
pg_dump Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
pg_resetwal Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
pg_rewind Fix inclusions of c.h from .h files. 2017-03-08 20:58:17 -05:00
pg_test_fsync pg_test_fsync: Add NLS 2016-11-04 10:40:05 -04:00
pg_test_timing pg_test_timing: Add NLS 2016-11-04 10:40:05 -04:00
pg_upgrade Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
pg_waldump pg_waldump: Remove extra newline in error message 2017-03-08 10:08:32 -05:00
pgbench Fix pgbench's failure to honor the documented long-form option "--builtin". 2017-03-07 11:36:42 -05:00
pgevent Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
psql psql: Add completion for \help DROP|ALTER 2017-03-16 18:56:27 -04:00
scripts Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00