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
|
||||
| CLOSE
|
||||
| CLUSTER
|
||||
| COLLATION
|
||||
| COMMENT
|
||||
| COMMENTS
|
||||
| COMMIT
|
||||
@ -11994,6 +11995,7 @@ unreserved_keyword:
|
||||
| UPDATE
|
||||
| VACUUM
|
||||
| VALID
|
||||
| VALIDATE
|
||||
| VALIDATOR
|
||||
| VALUE_P
|
||||
| VARYING
|
||||
|
Reference in New Issue
Block a user