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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
Дата
Msg-id E1jQaWU-00013m-Ac@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e324cb0e7613dc035a403c4201c7dc004e7dedb

Modified Files
--------------
src/bin/psql/tab-complete.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: update sections 9.5 and 9.6 for new function table layout.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Move the server's backup manifest code to a separate file.