blob: f5ef77461c83b02c6ef4ad96774fce34c0b4a06b (
plain)
1
2
3
4
5
6
7
|
/* $PostgreSQL$ */
-- 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);
|