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:
27
contrib/xml2/uninstall_pgxml.sql
Normal file
27
contrib/xml2/uninstall_pgxml.sql
Normal 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);
|
Reference in New Issue
Block a user