forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6dad61d
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 parent7a5e39e commit6dad61d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1887 | 1887 |
| |
1888 | 1888 |
| |
1889 | 1889 |
| |
1890 |
| - | |
| 1890 | + | |
1891 | 1891 |
| |
1892 | 1892 |
| |
1893 | 1893 |
| |
|
0 commit comments
Comments
(0)