2007-11-13 04:24:29 +00:00
|
|
|
/* $PostgreSQL: pgsql/contrib/pgstattuple/uninstall_pgstattuple.sql,v 1.6 2007/11/13 04:24:28 momjian Exp $ */
|
|
|
|
|
2007-11-11 03:25:35 +00:00
|
|
|
-- Adjust this setting to control where the objects get dropped.
|
2006-02-27 12:54:39 +00:00
|
|
|
SET search_path = public;
|
|
|
|
|
|
|
|
DROP FUNCTION pgstattuple(text);
|
2007-08-26 23:59:50 +00:00
|
|
|
DROP FUNCTION pgstattuple(oid);
|
2006-09-04 02:03:04 +00:00
|
|
|
DROP FUNCTION pgstatindex(text);
|
|
|
|
DROP FUNCTION pg_relpages(text);
|