Start background writer during archive recovery. Background writer now performs
[PostgreSQL.git] / contrib / xml2 / uninstall_pgxml.sql
blobec676dc69276feb53d07bf79438119b64308c2ab
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP FUNCTION xslt_process(text,text);
8 DROP FUNCTION xslt_process(text,text,text);
10 DROP FUNCTION xpath_table(text,text,text,text,text);
12 DROP FUNCTION xpath_nodeset(text,text,text);
14 DROP FUNCTION xpath_nodeset(text,text);
16 DROP FUNCTION xpath_list(text,text);
18 DROP FUNCTION xpath_list(text,text,text);
20 DROP FUNCTION xpath_bool(text,text);
22 DROP FUNCTION xpath_number(text,text);
24 DROP FUNCTION xpath_nodeset(text,text,text,text);
26 DROP FUNCTION xpath_string(text,text);
28 DROP FUNCTION xml_encode_special_chars(text);
30 -- deprecated old name for xml_is_well_formed
31 DROP FUNCTION xml_valid(text);
33 DROP FUNCTION xml_is_well_formed(text);