aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/pgxml_dom.source
blob: a8582398b1e975a76edee31c6c44b54bcffab004 (plain)
1
2
3
4
5
6
7
--SQL for XML parser

CREATE FUNCTION pgxml_parse(text) RETURNS bool
	AS '_OBJWD_/pgxml_dom_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);

CREATE FUNCTION pgxml_xpath(text,text,text,text) RETURNS text
	AS '_OBJWD_/pgxml_dom_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);