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.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