1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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.
This commit is contained in:
Peter Eisentraut
2023-02-06 14:01:16 +01:00
parent 54a177a948
commit 0ae4e49fa6

View File

@ -48,10 +48,8 @@
</para> </para>
<para> <para>
The standard versions beginning with <acronym>SQL:2003</acronym> The standard is split into a number of parts, each also known by a shorthand
are also split into a number name:
of parts. Each is known by a shorthand name. Note that these parts
are not consecutively numbered.
<itemizedlist> <itemizedlist>
<listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para><indexterm><primary>SQL/Framework</primary></indexterm></listitem> <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-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> <listitem><para>ISO/IEC 9075-15 Multi-dimensional arrays (SQL/MDA)</para><indexterm><primary>SQL/MDA</primary></indexterm></listitem>
</itemizedlist> </itemizedlist>
Note that some part numbers are not (or no longer) used.
</para> </para>
<para> <para>