forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite733adc
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 parent670f2a4 commite733adc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1676 | 1676 |
| |
1677 | 1677 |
| |
1678 | 1678 |
| |
1679 |
| - | |
| 1679 | + | |
1680 | 1680 |
| |
1681 | 1681 |
| |
1682 | 1682 |
| |
|
0 commit comments
Comments
(0)