aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
blob: a8bf64387d9ce1dc30d4c0b109a6c9bfbc47e91b (plain)
1
2
3
4
5
6
7
8
9
10
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.4 2008/09/30 11:17:07 heikki Exp $ */

-- Adjust this setting to control where the objects get dropped.
SET search_path = public;

DROP VIEW pg_freespacemap_pages;
DROP VIEW pg_freespacemap_relations;

DROP FUNCTION pg_freespacemap_pages();
DROP FUNCTION pg_freespacemap_relations();