pgsql: doc: Update SQL keywords list to SQL:2023

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update SQL keywords list to SQL:2023
Date: 2023-04-05 06:25:07
Message-ID: E1pjwZu-001Ruc-92@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update SQL keywords list to SQL:2023

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

Discussion: https://www.postgresql.org/message-id/flat/63f285d9-4ec8-0c9e-4bf5-e76334ddc0af(at)enterprisedb(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1993f3feb74f30e71c4139ace66ccc1e0225b4a8

Modified Files
--------------
doc/src/sgml/generate-keywords-table.pl | 2 +-
...-nonreserved.txt => sql2023-02-nonreserved.txt} | 38 +++++++++++++++
...011-02-reserved.txt => sql2023-02-reserved.txt} | 56 +++++++++++++++++++++-
...-nonreserved.txt => sql2023-09-nonreserved.txt} | 0
...011-09-reserved.txt => sql2023-09-reserved.txt} | 4 +-
...-nonreserved.txt => sql2023-14-nonreserved.txt} | 6 +--
...011-14-reserved.txt => sql2023-14-reserved.txt} | 0
7 files changed, 96 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-04-05 07:10:27 pgsql: Fix function reference in comment
Previous Message Peter Eisentraut 2023-04-05 05:37:20 pgsql: Fix minor signed/unsigned mixup