pgsql: Add tab completion for partition MERGE/SPLIT operations

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Add tab completion for partition MERGE/SPLIT operations
Дата
Msg-id E1s1jM9-000lFv-KM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add tab completion for partition MERGE/SPLIT operations

This commit implements psql tab completion for ALTER TABLE ... SPLIT PARTITION
and ALTER TABLE ... MERGE PARTITIONS commands.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/5dee3937-8e9f-cca4-11fb-737709a92b37%40gmail.com
Author: Dagfinn Ilmari Mannsåker, Pavel Borisov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60ae37a8bc02f7a4beef442ee7b4656fba0e4e71

Modified Files
--------------
src/bin/psql/tab-complete.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Stabilize regression tests introduced by 259c96fa8f