• Peter Eisentraut's avatar
    psql: Add completion for \help DROP|ALTER · d7d77f38
    Peter Eisentraut authored
    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>
    d7d77f38
tab-complete.c 151 KB