1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

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