mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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;
|