Add that PL/Java is an implementation of SQL/JRT, and drop claim that
authorPeter Eisentraut
Thu, 27 Nov 2008 12:12:02 +0000 (12:12 +0000)
committerPeter Eisentraut
Thu, 27 Nov 2008 12:12:02 +0000 (12:12 +0000)
PL/pgSQL has much to do with SQL/PSM.

doc/src/sgml/features.sgml

index 749a56354076e49485df1019b10cebafb48b0daa..712ad4e4ecf207578f72b48ccdd062eabdebc042 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  SQL Conformance
   are not consecutively numbered.
 
   
-   ISO/IEC 9075-1 Framework (SQL/Framework)
-   ISO/IEC 9075-2 Foundation (SQL/Foundation)
-   ISO/IEC 9075-3 Call Level Interface (SQL/CLI)
-   ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)
-   ISO/IEC 9075-9 Management of External Data (SQL/MED)
-   ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)
-   ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)
-   ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)
-   ISO/IEC 9075-14 XML-related specifications (SQL/XML)
+   ISO/IEC 9075-1 Framework (SQL/Framework)<indexterm>SQL/Framework</listitem>
+   ISO/IEC 9075-2 Foundation (SQL/Foundation)<indexterm>SQL/Foundation</listitem>
+   ISO/IEC 9075-3 Call Level Interface (SQL/CLI)<indexterm>SQL/CLI</listitem>
+   ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)<indexterm>SQL/PSM</listitem>
+   ISO/IEC 9075-9 Management of External Data (SQL/MED)<indexterm>SQL/MED</listitem>
+   ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)<indexterm>SQL/OLB</listitem>
+   ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)<indexterm>SQL/Schemata</listitem>
+   ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)<indexterm>SQL/JRT</listitem>
+   ISO/IEC 9075-14 XML-related specifications (SQL/XML)<indexterm>SQL/XML</listitem>
   
  
 
  
-  PostgreSQL covers parts 1, 2, 11, and 14.
-  Part 3 is similar to the ODBC interface, and part 4 is similar to
-  the PL/pgSQL programming language, but
-  exact conformance is not specifically intended or verified in either
-  case.
+  The PostgreSQL core covers parts 1, 2,
+  11, and 14.  Part 3 is covered by the ODBC driver, and part 13 is
+  covered by the PL/Java plug-in, but exact conformance is currently
+  not being verified for these components.  There are currently no
+  implementations of parts 4, 9, and 10
+  for PostgreSQL.