mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
9 lines
187 B
MySQL
9 lines
187 B
MySQL
|
|
-- 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;
|