mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 07:42:52 -04:00
fe83b3ebc6
by David Fetter
9 lines
187 B
SQL
9 lines
187 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;
|