3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP FUNCTION get_raw_page(text, int4);
7 DROP FUNCTION page_header(bytea);
8 DROP FUNCTION heap_page_items(bytea);
9 DROP FUNCTION bt_metap(text);
10 DROP FUNCTION bt_page_stats(text, int4);
11 DROP FUNCTION bt_page_items(text, int4);