Commit 3f7d24da authored by Tom Lane's avatar Tom Lane

Add missing keywords to gram.y's unreserved_keywords list.

We really need an automated check for this ... and did VALIDATE really
need to become a keyword at all, rather than picking some other syntax
using existing keywords?
parent a2f21654
...@@ -11780,6 +11780,7 @@ unreserved_keyword: ...@@ -11780,6 +11780,7 @@ unreserved_keyword:
| CLASS | CLASS
| CLOSE | CLOSE
| CLUSTER | CLUSTER
| COLLATION
| COMMENT | COMMENT
| COMMENTS | COMMENTS
| COMMIT | COMMIT
...@@ -11994,6 +11995,7 @@ unreserved_keyword: ...@@ -11994,6 +11995,7 @@ unreserved_keyword:
| UPDATE | UPDATE
| VACUUM | VACUUM
| VALID | VALID
| VALIDATE
| VALIDATOR | VALIDATOR
| VALUE_P | VALUE_P
| VARYING | VARYING
......
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