From 0bd223291f57a126587a0a06ba61f30eac80ea3c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 22 Oct 2002 20:03:09 +0000 Subject: Update build system. --- contrib/xml/pgxml_dom.source | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 contrib/xml/pgxml_dom.source (limited to 'contrib/xml/pgxml_dom.source') diff --git a/contrib/xml/pgxml_dom.source b/contrib/xml/pgxml_dom.source deleted file mode 100644 index d5272d742e0..00000000000 --- a/contrib/xml/pgxml_dom.source +++ /dev/null @@ -1,16 +0,0 @@ ---SQL for XML parser - --- Adjust this setting to control where the objects get created. -SET search_path = public; - -SET autocommit TO 'on'; - -CREATE OR REPLACE FUNCTION pgxml_parse(text) -RETURNS bool -AS '_OBJWD_/pgxml_dom_DLSUFFIX_' -LANGUAGE 'c' WITH (isStrict); - -CREATE OR REPLACE FUNCTION pgxml_xpath(text,text,text,text) -RETURNS text -AS '_OBJWD_/pgxml_dom_DLSUFFIX_' -LANGUAGE 'c' WITH (isStrict); -- cgit v1.2.3