8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e24678 commit 3f76f96Copy full SHA for 3f76f96
doc/src/sgml/datatype.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.246 2010/02/26 01:11:46 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.247 2010/03/29 22:01:08 petere Exp $ -->
2
3
<chapter id="datatype">
4
<title id="datatype-title">Data Types</title>
@@ -3947,6 +3947,8 @@ xml '<foo>bar</foo>'
3947
against a document type declaration
3948
(DTD),<indexterm><primary>DTD</primary></indexterm>
3949
even when the input value specifies a DTD.
3950
+ There is also currently no built-in support for validating against
3951
+ other XML schema languages such as XML Schema.
3952
</para>
3953
3954
<para>
0 commit comments