Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3cee16

Browse files
committed
Add that PL/Java is an implementation of SQL/JRT, and drop claim that
PL/pgSQL has much to do with SQL/PSM.
1 parent580fd13 commitc3cee16

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

‎doc/src/sgml/features.sgml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/features.sgml,v 2.28 2008/10/18 00:35:32 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/features.sgml,v 2.29 2008/11/27 12:12:02 petere Exp $ -->
22

33
<appendix id="features">
44
<title>SQL Conformance</title>
@@ -58,24 +58,25 @@
5858
are not consecutively numbered.
5959

6060
<itemizedlist>
61-
<listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para></listitem>
62-
<listitem><para>ISO/IEC 9075-2 Foundation (SQL/Foundation)</para></listitem>
63-
<listitem><para>ISO/IEC 9075-3 Call Level Interface (SQL/CLI)</para></listitem>
64-
<listitem><para>ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)</para></listitem>
65-
<listitem><para>ISO/IEC 9075-9 Management of External Data (SQL/MED)</para></listitem>
66-
<listitem><para>ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)</para></listitem>
67-
<listitem><para>ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)</para></listitem>
68-
<listitem><para>ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)</para></listitem>
69-
<listitem><para>ISO/IEC 9075-14 XML-related specifications (SQL/XML)</para></listitem>
61+
<listitem><para>ISO/IEC 9075-1 Framework (SQL/Framework)</para><indexterm><primary>SQL/Framework</primary></indexterm></listitem>
62+
<listitem><para>ISO/IEC 9075-2 Foundation (SQL/Foundation)</para><indexterm><primary>SQL/Foundation</primary></indexterm></listitem>
63+
<listitem><para>ISO/IEC 9075-3 Call Level Interface (SQL/CLI)</para><indexterm><primary>SQL/CLI</primary></indexterm></listitem>
64+
<listitem><para>ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)</para><indexterm><primary>SQL/PSM</primary></indexterm></listitem>
65+
<listitem><para>ISO/IEC 9075-9 Management of External Data (SQL/MED)</para><indexterm><primary>SQL/MED</primary></indexterm></listitem>
66+
<listitem><para>ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)</para><indexterm><primary>SQL/OLB</primary></indexterm></listitem>
67+
<listitem><para>ISO/IEC 9075-11 Information and Definition Schemas (SQL/Schemata)</para><indexterm><primary>SQL/Schemata</primary></indexterm></listitem>
68+
<listitem><para>ISO/IEC 9075-13 Routines and Types using the Java Language (SQL/JRT)</para><indexterm><primary>SQL/JRT</primary></indexterm></listitem>
69+
<listitem><para>ISO/IEC 9075-14 XML-related specifications (SQL/XML)</para><indexterm><primary>SQL/XML</primary></indexterm></listitem>
7070
</itemizedlist>
7171
</para>
7272

7373
<para>
74-
<productname>PostgreSQL</productname> covers parts 1, 2, 11, and 14.
75-
Part 3 is similar to the ODBC interface, and part 4 is similar to
76-
the <application>PL/pgSQL</application> programming language, but
77-
exact conformance is not specifically intended or verified in either
78-
case.
74+
The <productname>PostgreSQL</productname> core covers parts 1, 2,
75+
11, and 14. Part 3 is covered by the ODBC driver, and part 13 is
76+
covered by the PL/Java plug-in, but exact conformance is currently
77+
not being verified for these components. There are currently no
78+
implementations of parts 4, 9, and 10
79+
for <productname>PostgreSQL</productname>.
7980
</para>
8081

8182
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp