forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit05ba837
committed
Fix tab completion for ALTER LANGUAGE in psql
OWNER_TO was used for the completion, which is not a supported grammar,but OWNER TO is.This error has been introduced by d37b816, so backpatch down to 9.6.Author: Alexander LakhinDiscussion:https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.comBackpatch-through: 9.61 parent8548ddc commit05ba837
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1686 | 1686 |
| |
1687 | 1687 |
| |
1688 | 1688 |
| |
1689 |
| - | |
| 1689 | + | |
1690 | 1690 |
| |
1691 | 1691 |
| |
1692 | 1692 |
| |
|
0 commit comments
Comments
(0)