mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
8 lines
180 B
SQL
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();
|