1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

contrib uninstall scripts

by David Fetter
This commit is contained in:
Peter Eisentraut
2006-02-27 12:54:39 +00:00
parent d46fbef386
commit fe83b3ebc6
34 changed files with 1222 additions and 12 deletions

View File

@ -0,0 +1,27 @@
SET search_path = public;
DROP FUNCTION xslt_process(text,text);
DROP FUNCTION xslt_process(text,text,text);
DROP FUNCTION xpath_table(text,text,text,text,text);
DROP FUNCTION xpath_nodeset(text,text,text);
DROP FUNCTION xpath_nodeset(text,text);
DROP FUNCTION xpath_list(text,text);
DROP FUNCTION xpath_list(text,text,text);
DROP FUNCTION xpath_bool(text,text);
DROP FUNCTION xpath_number(text,text);
DROP FUNCTION xpath_nodeset(text,text,text,text);
DROP FUNCTION xpath_string(text,text);
DROP FUNCTION xml_encode_special_chars(text);
DROP FUNCTION xml_valid(text);