pgsql: Update SQL keywords list to SQL:2016 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update SQL keywords list to SQL:2016
Date
Msg-id E1hQXqG-0001xe-Ky@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: update partition item in PG 12 release notes
Next
From: Tom Lane
Date:
Subject: pgsql: In bootstrap mode, use default signal handling for SIGINT etc.