diff options
Diffstat (limited to 'contrib/xml2/README.pgxml')
-rw-r--r-- | contrib/xml2/README.pgxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/README.pgxml b/contrib/xml2/README.pgxml index f29d071722e..88bc1c683fc 100644 --- a/contrib/xml2/README.pgxml +++ b/contrib/xml2/README.pgxml @@ -27,7 +27,7 @@ Description of functions The first set of functions are straightforward XML parsing and XPath queries: -pgxml_parse(document) RETURNS bool +xml_valid(document) RETURNS bool This parses the document text in its parameter and returns true if the document is well-formed XML. |