1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00
postgres/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
2006-09-30 18:15:48 +00:00

8 lines
180 B
SQL

SET search_path = public;
DROP VIEW pg_freespacemap_pages;
DROP VIEW pg_freespacemap_relations;
DROP FUNCTION pg_freespacemap_pages();
DROP FUNCTION pg_freespacemap_relations();