Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 1e324cb0e7613dc035a403c4201c7dc004e7dedb
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2020-04-20T17:42:41Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +5 −1

Discussion