blob: 16f3d9aa321b1212a0d66ae5413dc59edc2e8b23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- Adjust this setting to control where the objects get created.
SET search_path = public;
DROP FUNCTION pgstattuple(oid);
DROP FUNCTION pgstattuple(text);
DROP TYPE pgstattuple_type;
DROP FUNCTION pgstatindex(text);
DROP TYPE pgstatindex_type;
DROP FUNCTION pg_relpages(text);
|