mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 02:40:42 -04:00
8 lines
180 B
MySQL
8 lines
180 B
MySQL
|
|
SET search_path = public;
|
||
|
|
|
||
|
|
DROP VIEW pg_freespacemap_pages;
|
||
|
|
DROP VIEW pg_freespacemap_relations;
|
||
|
|
|
||
|
|
DROP FUNCTION pg_freespacemap_pages();
|
||
|
|
DROP FUNCTION pg_freespacemap_relations();
|