OSDN Git Service

Avoid using trivial usernames in foreign_data regression test.
[pg-rex/syncrep.git] / contrib / pg_freespacemap / uninstall_pg_freespacemap.sql
1 /* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.5 2009/06/10 22:12:28 tgl Exp $ */
2
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
5
6 DROP FUNCTION pg_freespace(regclass, bigint);
7 DROP FUNCTION pg_freespace(regclass);