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:
@ -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:
|
|||||||
| UPDATE
|
| UPDATE
|
||||||
| VACUUM
|
| VACUUM
|
||||||
| VALID
|
| VALID
|
||||||
|
| VALIDATE
|
||||||
| VALIDATOR
|
| VALIDATOR
|
||||||
| VALUE_P
|
| VALUE_P
|
||||||
| VARYING
|
| VARYING
|
||||||
|
Reference in New Issue
Block a user