diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-03-07 10:57:03 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-03-07 10:57:03 +0100 |
commit | 33e27c3785c5ce8a3264d6af2550ec5adcebc517 (patch) | |
tree | 21a558b1003e4246a253e2ab78d1436903278a48 /doc/src | |
parent | 8d7def5c27c18c85deaf4e55c39a074600f36b48 (diff) | |
download | postgresql-33e27c3785c5ce8a3264d6af2550ec5adcebc517.tar.gz postgresql-33e27c3785c5ce8a3264d6af2550ec5adcebc517.zip |
doc: Add information about new SQL part SQL/MDA
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/features.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/features.sgml b/doc/src/sgml/features.sgml index 2c5a7e5d0c5..035f6774d69 100644 --- a/doc/src/sgml/features.sgml +++ b/doc/src/sgml/features.sgml @@ -63,6 +63,7 @@ <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><indexterm><primary>SQL/JRT</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> </itemizedlist> </para> @@ -71,7 +72,7 @@ 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 and 10 + implementations of parts 4, 10, and 15 for <productname>PostgreSQL</productname>. </para> |