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:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user