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:
7
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
Normal file
7
contrib/pg_freespacemap/uninstall_pg_freespacemap.sql
Normal 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();
|
Reference in New Issue
Block a user