mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
contrib uninstall scripts
by David Fetter
This commit is contained in:
8
contrib/pgstattuple/uninstall_pgstattuple.sql
Normal file
8
contrib/pgstattuple/uninstall_pgstattuple.sql
Normal file
@ -0,0 +1,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;
|
Reference in New Issue
Block a user