Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Apr 2020 17:42:41 +0000 (13:42 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Apr 2020 17:42:41 +0000 (13:42 -0400)
commit1e324cb0e7613dc035a403c4201c7dc004e7dedb
treec861088b5c27d26c21f47b4f17f6823f42728cf4
parent5fc703946bf3b18642ce83b937671d254a8ac5b5
Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON

... as added in the prior commit.

(We'd like to have tab-completion for the other object types too, but
they don't have sub-command completion yet.)

Author: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/CALtqXTcogrFEVP9uou5vFtnGsn+vHZUu9+9a0inarfYVOHScYQ@mail.gmail.com
src/bin/psql/tab-complete.c