Skip to content
Snippets Groups Projects
Commit fc68ac86 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 7d8cbeb0
No related branches found
No related tags found
No related merge requests found
...@@ -12444,6 +12444,7 @@ unreserved_keyword: ...@@ -12444,6 +12444,7 @@ unreserved_keyword:
| ENCRYPTED | ENCRYPTED
| ENUM_P | ENUM_P
| ESCAPE | ESCAPE
| EVENT
| EXCLUDE | EXCLUDE
| EXCLUDING | EXCLUDING
| EXCLUSIVE | EXCLUSIVE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment