forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit81e094b
committed
Support tab-complete for TRUNCATE on foreign tables.
Commit8ff1c94 extended TRUNCATE command so that it can also truncateforeign tables. But it forgot to support tab-complete for TRUNCATE onforeign tables. That is, previously tab-complete for TRUNCATE displayedonly the names of regular tables.This commit improves tab-complete for TRUNCATE so that it displays alsothe names of foreign tables.Author: Fujii MasaoReviewed-by: Bharath RupireddyDiscussion:https://postgr.es/m/551ed8c1-f531-818b-664a-2cecdab99cd8@oss.nttdata.com1 parentb094063 commit81e094b
1 file changed
+15
-3
lines changedLines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
552 | 564 |
| |
553 | 565 |
| |
554 | 566 |
| |
| |||
3834 | 3846 |
| |
3835 | 3847 |
| |
3836 | 3848 |
| |
3837 |
| - | |
| 3849 | + | |
3838 | 3850 |
| |
3839 | 3851 |
| |
3840 | 3852 |
| |
3841 |
| - | |
| 3853 | + | |
3842 | 3854 |
| |
3843 | 3855 |
| |
3844 |
| - | |
| 3856 | + | |
3845 | 3857 |
| |
3846 | 3858 |
| |
3847 | 3859 |
| |
|
0 commit comments
Comments
(0)