diff options
author | Peter Eisentraut | 2002-10-22 20:03:09 +0000 |
---|---|---|
committer | Peter Eisentraut | 2002-10-22 20:03:09 +0000 |
commit | 0bd223291f57a126587a0a06ba61f30eac80ea3c (patch) | |
tree | 50590a2a7ecf6de1114c62c42c949560c7984044 /contrib/xml/pgxml.source | |
parent | 1c23cf4371707dee522cff08cc52ea86b99f24f6 (diff) |
Update build system.
Diffstat (limited to 'contrib/xml/pgxml.source')
-rw-r--r-- | contrib/xml/pgxml.source | 7 |
1 files changed, 0 insertions, 7 deletions
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 |