mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
7 lines
180 B
SQL
7 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();
|