Add tab completion for partition MERGE/SPLIT operations

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 60ae37a8bc02f7a4beef442ee7b4656fba0e4e71
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2024-04-30T09:00:39Z
Releases: 17.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +16 −2

Discussion