Commit c3cee16f authored by Peter Eisentraut's avatar Peter Eisentraut

Add that PL/Java is an implementation of SQL/JRT, and drop claim that

PL/pgSQL has much to do with SQL/PSM.
parent 580fd13b
<!-- $PostgreSQL: pgsql/doc/src/sgml/features.sgml,v 2.28 2008/10/18 00:35:32 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/features.sgml,v 2.29 2008/11/27 12:12:02 petere Exp $ -->
<appendix id="features"> <appendix id="features">
<title>SQL Conformance</title> <title>SQL Conformance</title>
...@@ -58,24 +58,25 @@ ...@@ -58,24 +58,25 @@
are not consecutively numbered. are not consecutively numbered.
<itemizedlist> <itemizedlist>
<listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para></listitem> <listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para><indexterm><primary>SQL/Framework</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-2 Foundation (SQL/Foundation)</para></listitem> <listitem><para>ISO/IEC 9075-2 Foundation (SQL/Foundation)</para><indexterm><primary>SQL/Foundation</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-3 Call Level Interface (SQL/CLI)</para></listitem> <listitem><para>ISO/IEC 9075-3 Call Level Interface (SQL/CLI)</para><indexterm><primary>SQL/CLI</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)</para></listitem> <listitem><para>ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)</para><indexterm><primary>SQL/PSM</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-9 Management of External Data (SQL/MED)</para></listitem> <listitem><para>ISO/IEC 9075-9 Management of External Data (SQL/MED)</para><indexterm><primary>SQL/MED</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)</para></listitem> <listitem><para>ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)</para><indexterm><primary>SQL/OLB</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)</para></listitem> <listitem><para>ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)</para><indexterm><primary>SQL/Schemata</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)</para></listitem> <listitem><para>ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)</para><indexterm><primary>SQL/JRT</primary></indexterm></listitem>
<listitem><para>ISO/IEC 9075-14 XML-related specifications (SQL/XML)</para></listitem> <listitem><para>ISO/IEC 9075-14 XML-related specifications (SQL/XML)</para><indexterm><primary>SQL/XML</primary></indexterm></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
<para> <para>
<productname>PostgreSQL</productname> covers parts 1, 2, 11, and 14. The <productname>PostgreSQL</productname> core covers parts 1, 2,
Part 3 is similar to the ODBC interface, and part 4 is similar to 11, and 14. Part 3 is covered by the ODBC driver, and part 13 is
the <application>PL/pgSQL</application> programming language, but covered by the PL/Java plug-in, but exact conformance is currently
exact conformance is not specifically intended or verified in either not being verified for these components. There are currently no
case. implementations of parts 4, 9, and 10
for <productname>PostgreSQL</productname>.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment