Commit fc68ac86 authored by Tom Lane's avatar Tom Lane

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
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment