mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -05:00
7 lines
237 B
SQL
7 lines
237 B
SQL
/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */
|
|
|
|
-- Adjust this setting to control where the objects get dropped.
|
|
SET search_path = public;
|
|
|
|
DROP FUNCTION pg_freespace(regclass, bigint);
|
|
DROP FUNCTION pg_freespace(regclass);
|