pgsql: Improve tab completion of REINDEX in psql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Improve tab completion of REINDEX in psql
Дата
Msg-id E1k5MzW-0001UL-G5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve tab completion of REINDEX in psql

This allows the tab completion of REINDEX to handle an optional
parenthesized list of options.  This case is more complicated than
VACUUM or ANALYZE because of CONCURRENTLY and the different object types
to consider with the reindex.

Author: Justin Pryzby
Reviewed-by: Alexey Kondratov, Michael Paquier
Discussion: https://postgr.es/m/20200403182712.GR14618@telsasoft.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 38 +++++++++++++++++++++++++++++---------
1 file changed, 29 insertions(+), 9 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Replace remaining StrNCpy() by strlcpy()
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rename VariableCacheData.nextFullXid to nextXid.