diff options
author | Peter Eisentraut | 2023-02-06 13:01:16 +0000 |
---|---|---|
committer | Peter Eisentraut | 2023-02-06 13:01:16 +0000 |
commit | 0ae4e49fa66342b7c6294a6534db51284f5385b7 (patch) | |
tree | 39e3093cfb3471962ea8742f5f29528094d5f373 | |
parent | 54a177a948b0a773c25c6737d1cc3cc49222a526 (diff) |
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.
-rw-r--r-- | doc/src/sgml/features.sgml | 8 |
1 files 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 @@ </para> <para> - The standard versions beginning with <acronym>SQL:2003</acronym> - 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: <itemizedlist> <listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para><indexterm><primary>SQL/Framework</primary></indexterm></listitem> @@ -65,6 +63,8 @@ <listitem><para>ISO/IEC 9075-14 XML-related specifications (SQL/XML)</para><indexterm><primary>SQL/XML</primary></indexterm></listitem> <listitem><para>ISO/IEC 9075-15 Multi-dimensional arrays (SQL/MDA)</para><indexterm><primary>SQL/MDA</primary></indexterm></listitem> </itemizedlist> + + Note that some part numbers are not (or no longer) used. </para> <para> |