2007-11-11 03:25:35 +00:00
|
|
|
-- Adjust this setting to control where the objects get dropped.
|
2006-09-30 18:15:48 +00:00
|
|
|
SET search_path = public;
|
|
|
|
|
|
|
|
DROP VIEW pg_freespacemap_pages;
|
|
|
|
DROP VIEW pg_freespacemap_relations;
|
|
|
|
|
|
|
|
DROP FUNCTION pg_freespacemap_pages();
|
|
|
|
DROP FUNCTION pg_freespacemap_relations();
|