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:
@ -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.
|
||||
|
Reference in New Issue
Block a user