mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add 0.2 version XML files.
This commit is contained in:
7
contrib/xml/pgxml_dom.source
Normal file
7
contrib/xml/pgxml_dom.source
Normal file
@ -0,0 +1,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);
|
Reference in New Issue
Block a user