]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add tab completion for partition MERGE/SPLIT operations
authorAlexander Korotkov <akorotkov@postgresql.org>
Tue, 30 Apr 2024 08:55:10 +0000 (11:55 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Tue, 30 Apr 2024 09:00:39 +0000 (12:00 +0300)
commit60ae37a8bc02f7a4beef442ee7b4656fba0e4e71
treed59159d6aaacc18cf00d8b4d878966d98d4983a7
parentf4fc7cb54b6a9041f7064de71cb3ee3c4f48e061
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
src/bin/psql/tab-complete.c