mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03: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:
@ -12444,6 +12444,7 @@ unreserved_keyword:
|
||||
| ENCRYPTED
|
||||
| ENUM_P
|
||||
| ESCAPE
|
||||
| EVENT
|
||||
| EXCLUDE
|
||||
| EXCLUDING
|
||||
| EXCLUSIVE
|
||||
|
Reference in New Issue
Block a user