mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
8 lines
237 B
SQL
8 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);
|