1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

contrib/xml2 updates from John Gray:

I have changed the name of the new parse function to xml_valid and fixed
a reference to SortMem which meant that the code as supplied would work
against 7.3 and 7.4 but wouldn't work in CVS.
This commit is contained in:
Neil Conway
2004-03-07 20:41:27 +00:00
parent 9e5a091f02
commit bab4269b95
3 changed files with 9 additions and 9 deletions

View File

@ -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.