summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/uninstall_pgstattuple.sql
blob: ae0ae90295f8584a6961f3573d80b48ba9b9bdfa (plain)
1
2
3
4
5
6
7
8
9
/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */

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

DROP FUNCTION pgstattuple(text);
DROP FUNCTION pgstattuple(oid);
DROP FUNCTION pgstatindex(text);
DROP FUNCTION pg_relpages(text);