diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-03-29 22:01:08 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-03-29 22:01:08 +0000 |
commit | 3f76f9613d98890306086a3b18198c43d34a6d85 (patch) | |
tree | 980ef948fd58235764a4c023999c59bc29cb079d /doc/src | |
parent | 1e24678349ba90500fe32722c92c680e811f20ea (diff) | |
download | postgresql-3f76f9613d98890306086a3b18198c43d34a6d85.tar.gz postgresql-3f76f9613d98890306086a3b18198c43d34a6d85.zip |
Add note that XML Schema validation is not supported
requested by Andrew Lardinois
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ -<!-- $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 $ --> <chapter id="datatype"> <title id="datatype-title">Data Types</title> @@ -3947,6 +3947,8 @@ xml '<foo>bar</foo>' against a document type declaration (DTD),<indexterm><primary>DTD</primary></indexterm> 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. </para> <para> |