mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05:00
Add new EVENT keyword to unreserved_keyword production.
Once again, somebody who ought to know better forgot this. We really need some automated cross-check on the keyword-list productions, I think. Per report from Brian Weaver.
This commit is contained in:
parent
7d8cbeb0c3
commit
fc68ac86b1
1 changed files with 1 additions and 0 deletions
|
|
@ -12444,6 +12444,7 @@ unreserved_keyword:
|
|||
| ENCRYPTED
|
||||
| ENUM_P
|
||||
| ESCAPE
|
||||
| EVENT
|
||||
| EXCLUDE
|
||||
| EXCLUDING
|
||||
| EXCLUSIVE
|
||||
|
|
|
|||
Loading…
Reference in a new issue