1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

uninstall script for pg_freespacemap

This commit is contained in:
Tom Lane
2006-09-30 18:15:48 +00:00
parent 035599da01
commit ad5031feac
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,7 @@
SET search_path = public;
DROP VIEW pg_freespacemap_pages;
DROP VIEW pg_freespacemap_relations;
DROP FUNCTION pg_freespacemap_pages();
DROP FUNCTION pg_freespacemap_relations();