blob: efecc3b2e42ca17175b89cb1947eb338f1053e16 (
plain)
1
2
3
4
5
6
7
8
|
-- 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;
|