1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Update SQL keywords list to SQL:2023

Per previous convention (see
ace397e9d2), 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@enterprisedb.com
This commit is contained in:
Peter Eisentraut
2023-04-05 07:55:28 +02:00
parent c209d317e9
commit 1993f3feb7
7 changed files with 96 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
use strict;
use warnings;
my @sql_versions = reverse sort ('1992', '2011', '2016');
my @sql_versions = reverse sort ('1992', '2016', '2023');
my $srcdir = $ARGV[0];