2010-09-20 22:08:53 +02:00
|
|
|
/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */
|
2007-11-13 04:24:29 +00:00
|
|
|
|
2007-11-11 03:25:35 +00:00
|
|
|
-- Adjust this setting to control where the objects get dropped.
|
2006-09-30 18:15:48 +00:00
|
|
|
SET search_path = public;
|
|
|
|
|
2009-06-10 22:12:28 +00:00
|
|
|
DROP FUNCTION pg_freespace(regclass, bigint);
|
|
|
|
DROP FUNCTION pg_freespace(regclass);
|