From a44b69ef4c3ebb5d77f2f7d85a6448eb041ee3ec Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 4 Nov 2002 21:27:47 +0000 Subject: Back-patch recent file removals into REL7_3_STABLE branch. --- contrib/xml/pgxml.source | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 contrib/xml/pgxml.source (limited to 'contrib/xml/pgxml.source') diff --git a/contrib/xml/pgxml.source b/contrib/xml/pgxml.source deleted file mode 100644 index 8a04fa2c9b2..00000000000 --- a/contrib/xml/pgxml.source +++ /dev/null @@ -1,7 +0,0 @@ ---SQL for XML parser - -CREATE FUNCTION pgxml_parse(text) RETURNS bool - AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); - -CREATE FUNCTION pgxml_xpath(text,text,text,text) RETURNS text - AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); \ No newline at end of file -- cgit v1.2.3