Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / contrib / pageinspect / uninstall_pageinspect.sql
blobf92b20ebe65062b9b35a4cbcd1b783f8a4a609eb
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 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);