mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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;
|