From: Peter Eisentraut Date: Mon, 29 Mar 2010 22:01:08 +0000 (+0000) Subject: Add note that XML Schema validation is not supported X-Git-Tag: REL9_0_ALPHA5~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f76f9613d98890306086a3b18198c43d34a6d85;p=thirdparty%2Fpostgresql.git Add note that XML Schema validation is not supported requested by Andrew Lardinois --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 52d3069a83b..0ad4fd7567d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -3947,6 +3947,8 @@ xml 'bar' against a document type declaration (DTD),DTD even when the input value specifies a DTD. + There is also currently no built-in support for validating against + other XML schema languages such as XML Schema.