blob: 70b65098f6115a44ba25dc795f573ea76185bc51 (
plain)
1
2
3
4
5
6
7
8
|
-- 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();
|