forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60ae37a
committed
Add tab completion for partition MERGE/SPLIT operations
This commit implements psql tab completion for ALTER TABLE ... SPLIT PARTITIONand ALTER TABLE ... MERGE PARTITIONS commands.Reported-by: Alexander LakhinDiscussion:https://postgr.es/m/5dee3937-8e9f-cca4-11fb-737709a92b37%40gmail.comAuthor: Dagfinn Ilmari Mannsåker, Pavel Borisov1 parentf4fc7cb commit60ae37a
1 file changed
+16
-2
lines changedLines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2353 | 2353 |
| |
2354 | 2354 |
| |
2355 | 2355 |
| |
| 2356 | + | |
2356 | 2357 |
| |
2357 | 2358 |
| |
2358 | 2359 |
| |
| |||
2609 | 2610 |
| |
2610 | 2611 |
| |
2611 | 2612 |
| |
2612 |
| - | |
| 2613 | + | |
2613 | 2614 |
| |
2614 | 2615 |
| |
2615 |
| - | |
| 2616 | + | |
2616 | 2617 |
| |
2617 | 2618 |
| |
2618 | 2619 |
| |
2619 | 2620 |
| |
2620 | 2621 |
| |
2621 | 2622 |
| |
2622 | 2623 |
| |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
| 2633 | + | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
2623 | 2637 |
| |
2624 | 2638 |
| |
2625 | 2639 |
| |
|
0 commit comments
Comments
(0)