mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
8 lines
187 B
SQL
8 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;
|