Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2002-10-22 20:03:09 +0000
committerPeter Eisentraut2002-10-22 20:03:09 +0000
commit0bd223291f57a126587a0a06ba61f30eac80ea3c (patch)
tree50590a2a7ecf6de1114c62c42c949560c7984044 /contrib/xml/pgxml_dom.source
parent1c23cf4371707dee522cff08cc52ea86b99f24f6 (diff)
Update build system.
Diffstat (limited to 'contrib/xml/pgxml_dom.source')
-rw-r--r--contrib/xml/pgxml_dom.source16
1 files changed, 0 insertions, 16 deletions
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);