1
0
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:
Bruce Momjian
2001-08-21 15:26:10 +00:00
parent f00caec541
commit 4859219f19
2 changed files with 245 additions and 0 deletions

View 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);