pgsql: Update SQL keywords list to SQL:2016

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update SQL keywords list to SQL:2016
Дата
Msg-id E1hQXqG-0001xe-Ky@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update SQL keywords list to SQL:2016

Per previous convention (see
ace397e9d24eddc56e7dffa921f506117b602d78), drop SQL:2008 and only keep
the latest two standards and SQL-92.

Note: SQL:2016-2 lists a large number of non-reserved keywords that
are really just information_schema column names related to new
features.  Those kinds of thing have not previously been listed as
keywords, and this was apparently done here by mistake, since these
keywords have been removed again in post-2016 working drafts.  So in
order to avoid bloating the keywords table unnecessarily, I have
omitted these erroneous keywords here.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c29ba98189190288c2251c6073c13c6234479e5c

Modified Files
--------------
doc/src/sgml/generate-keywords-table.pl            |  2 +-
...-nonreserved.txt => sql2016-02-nonreserved.txt} | 34 +++++++++++-
...008-02-reserved.txt => sql2016-02-reserved.txt} | 64 +++++++++++++++++++++-
...-nonreserved.txt => sql2016-09-nonreserved.txt} |  0
...008-09-reserved.txt => sql2016-09-reserved.txt} |  0
...-nonreserved.txt => sql2016-14-nonreserved.txt} |  2 -
...008-14-reserved.txt => sql2016-14-reserved.txt} |  0
7 files changed, 95 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: update partition item in PG 12 release notes
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In bootstrap mode, use default signal handling for SIGINT etc.