1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

Change COLLATION keyword category

It was changed from unreserved to reserved as part of the COLLATION
FOR syntax, but it turns out that type_func_name_keyword is
sufficient.
This commit is contained in:
Peter Eisentraut
2012-05-16 20:19:44 +03:00
parent 488c6dd170
commit be6d1c88a4
2 changed files with 2 additions and 2 deletions

View File

@@ -12528,6 +12528,7 @@ col_name_keyword:
type_func_name_keyword:
AUTHORIZATION
| BINARY
| COLLATION
| CONCURRENTLY
| CROSS
| CURRENT_SCHEMA
@@ -12571,7 +12572,6 @@ reserved_keyword:
| CAST
| CHECK
| COLLATE
| COLLATION
| COLUMN
| CONSTRAINT
| CREATE