blob: b50fe97ae9bf81dbff4a33c1051e30bc32749558 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $PostgreSQL$ */
-- 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);
|