|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.246 2010/02/2601:11:46 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.247 2010/03/29 22:01:08 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="datatype"> |
4 | 4 | <title id="datatype-title">Data Types</title> |
@@ -3947,6 +3947,8 @@ xml '<foo>bar</foo>' |
3947 | 3947 | against a document type declaration |
3948 | 3948 | (DTD),<indexterm><primary>DTD</primary></indexterm> |
3949 | 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. |
3950 | 3952 | </para> |
3951 | 3953 |
|
3952 | 3954 | <para> |
|