- Notifications
You must be signed in to change notification settings - Fork28
Commit12368f5
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 parentf7d0343 commit12368f5
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
| 708 | + | |
708 | 709 |
| |
709 | 710 |
| |
710 | 711 |
| |
| |||
2222 | 2223 |
| |
2223 | 2224 |
| |
2224 | 2225 |
| |
| 2226 | + | |
2225 | 2227 |
| |
2226 | 2228 |
| |
2227 | 2229 |
| |
| |||
2703 | 2705 |
| |
2704 | 2706 |
| |
2705 | 2707 |
| |
2706 |
| - | |
| 2708 | + | |
2707 | 2709 |
| |
2708 | 2710 |
| |
2709 | 2711 |
| |
|
0 commit comments
Comments
(0)