blob: 6d97590d4d69997aca63f1458f1559cb5e085129 (
plain)
1
2
3
4
5
6
7
|
-- Adjust this setting to control where the objects get created.
SET search_path = public;
DROP FUNCTION pgstattuple(text);
DROP FUNCTION pgstattuple(oid);
DROP FUNCTION pgstatindex(text);
DROP FUNCTION pg_relpages(text);
|