From 0ae4e49fa66342b7c6294a6534db51284f5385b7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 6 Feb 2023 14:01:16 +0100 Subject: [PATCH] doc: Fix description of SQL standard parts The splitting into parts actually started earlier than the text had claimed, but that is ancient history anyway by now and does not need to be mentioned. Update that and tweak the text a bit. --- doc/src/sgml/features.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/features.sgml b/doc/src/sgml/features.sgml index afbea9d982..b98056214f 100644 --- a/doc/src/sgml/features.sgml +++ b/doc/src/sgml/features.sgml @@ -48,10 +48,8 @@ - The standard versions beginning with SQL:2003 - are also split into a number - of parts. Each is known by a shorthand name. Note that these parts - are not consecutively numbered. + The standard is split into a number of parts, each also known by a shorthand + name: ISO/IEC 9075-1 Framework (SQL/Framework)SQL/Framework @@ -65,6 +63,8 @@ ISO/IEC 9075-14 XML-related specifications (SQL/XML)SQL/XML ISO/IEC 9075-15 Multi-dimensional arrays (SQL/MDA)SQL/MDA + + Note that some part numbers are not (or no longer) used. -- 2.39.5