Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / pageinspect / uninstall_pageinspect.sql
blob362c60449e13e38ac7ccae3348862bf8ff989001
1 /* $PostgreSQL$ */
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 get_raw_page(text, text, int4);
8 DROP FUNCTION page_header(bytea);
9 DROP FUNCTION heap_page_items(bytea);
10 DROP FUNCTION bt_metap(text);
11 DROP FUNCTION bt_page_stats(text, int4);
12 DROP FUNCTION bt_page_items(text, int4);
13 DROP FUNCTION fsm_page_contents(bytea);