diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-26 20:07:36 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-26 20:07:36 -0400 |
commit | fc68ac86b1c8b19ec6a2064c8a24e1c124f77f7f (patch) | |
tree | e53b21286f668686cdc98381149b6530170f5dd6 /src | |
parent | 7d8cbeb0c3f48c6c204b742b6891a9e5e5031d15 (diff) | |
download | postgresql-fc68ac86b1c8b19ec6a2064c8a24e1c124f77f7f.tar.gz postgresql-fc68ac86b1c8b19ec6a2064c8a24e1c124f77f7f.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/parser/gram.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index ec88b710769..ba1490272ff 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -12444,6 +12444,7 @@ unreserved_keyword: | ENCRYPTED | ENUM_P | ESCAPE + | EVENT | EXCLUDE | EXCLUDING | EXCLUSIVE |