mirror of https://github.com/postgres/postgres
uninstall script to match reality.REL8_5_ALPHA1_BRANCH
parent
5e29862aa2
commit
15a3fe6d63
@ -1,10 +1,7 @@ |
|||||||
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.4 2008/09/30 11:17:07 heikki Exp $ */ |
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.5 2009/06/10 22:12:28 tgl Exp $ */ |
||||||
|
|
||||||
-- Adjust this setting to control where the objects get dropped. |
-- Adjust this setting to control where the objects get dropped. |
||||||
SET search_path = public; |
SET search_path = public; |
||||||
|
|
||||||
DROP VIEW pg_freespacemap_pages; |
DROP FUNCTION pg_freespace(regclass, bigint); |
||||||
DROP VIEW pg_freespacemap_relations; |
DROP FUNCTION pg_freespace(regclass); |
||||||
|
|
||||||
DROP FUNCTION pg_freespacemap_pages(); |
|
||||||
DROP FUNCTION pg_freespacemap_relations(); |
|
||||||
|
Loading…
Reference in new issue