Обсуждение: pgsql: Change COLLATION keyword category

Поиск
Список
Период
Сортировка

pgsql: Change COLLATION keyword category

От
Peter Eisentraut
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/be6d1c88a4e6f563adac54483f3fc07ed8d8d99e

Modified Files
--------------
src/backend/parser/gram.y   |    2 +-
src/include/parser/kwlist.h |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)