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?
This commit is contained in:
Tom Lane 2011-03-08 16:43:02 -05:00
parent a2f2165477
commit 3f7d24da16
1 changed files with 2 additions and 0 deletions

View File

@ -11780,6 +11780,7 @@ unreserved_keyword:
| CLASS
| CLOSE
| CLUSTER
| COLLATION
| COMMENT
| COMMENTS
| COMMIT
@ -11994,6 +11995,7 @@ unreserved_keyword:
| UPDATE
| VACUUM
| VALID
| VALIDATE
| VALIDATOR
| VALUE_P
| VARYING