projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e24678
)
Add note that XML Schema validation is not supported
author
Peter Eisentraut
Mon, 29 Mar 2010 22:01:08 +0000
(22:01 +0000)
committer
Peter Eisentraut
Mon, 29 Mar 2010 22:01:08 +0000
(22:01 +0000)
requested by Andrew Lardinois
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 52d3069a83bce2258431e9e7f69b3235366d07ea..0ad4fd7567de77f849e363746d19eaaddcc48356 100644
(file)
--- 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.