forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7046d30
committed
Minor fixes for psql tab completion.
* Include partitioned tables in what's offered after ANALYZE.* Include toast_tuple_target in what's offered after ALTER TABLE ... SET|RESET.* Include HASH in what's offered after PARTITION BY.This is extracted from a larger patch; these bits seem likeuncontroversial bug fixes for v11 features, so back-patch them into v11.Justin PryzbyDiscussion:https://postgr.es/m/20180529000623.GA21896@telsasoft.com1 parentb7f6bcb commit7046d30
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
| 561 | + | |
561 | 562 |
| |
562 | 563 |
| |
563 | 564 |
| |
| |||
2026 | 2027 |
| |
2027 | 2028 |
| |
2028 | 2029 |
| |
| 2030 | + | |
2029 | 2031 |
| |
2030 | 2032 |
| |
2031 | 2033 |
| |
| |||
2507 | 2509 |
| |
2508 | 2510 |
| |
2509 | 2511 |
| |
2510 |
| - | |
| 2512 | + | |
2511 | 2513 |
| |
2512 | 2514 |
| |
2513 | 2515 |
| |
|
0 commit comments
Comments
(0)