mirror of
https://github.com/postgres/postgres.git
synced 2026-05-21 16:13:59 -04:00
64058429c5
Simon and Heikki
12 lines
281 B
SQL
12 lines
281 B
SQL
-- Adjust this setting to control where the objects get created.
|
|
SET search_path = public;
|
|
|
|
DROP FUNCTION pgstattuple(oid);
|
|
DROP FUNCTION pgstattuple(text);
|
|
DROP TYPE pgstattuple_type;
|
|
|
|
DROP FUNCTION pgstatindex(text);
|
|
DROP TYPE pgstatindex_type;
|
|
|
|
DROP FUNCTION pg_relpages(text);
|