X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Funinstall_postrr.sql;h=5bb3519c60c1d657d321c5428201aefddca11489;hb=7e1366eab3849806ee6c671dcb3174814c98f198;hp=ce5e945daccdc9bd1227cd2a80941540ba3af079;hpb=6afc730415491504758dd3d27dc2c9dbd89eb283;p=postrr.git diff --git a/src/uninstall_postrr.sql b/src/uninstall_postrr.sql index ce5e945..5bb3519 100644 --- a/src/uninstall_postrr.sql +++ b/src/uninstall_postrr.sql @@ -27,32 +27,7 @@ -- PostRR - PostgreSQL Round-Robin Extension -- -SET client_min_messages TO WARNING; - -DROP FUNCTION IF EXISTS RRTimeslice_validate(integer); - -DROP CAST IF EXISTS (rrtimeslice AS rrtimeslice); -DROP FUNCTION IF EXISTS RRTimeslice(rrtimeslice, integer, boolean); -DROP TYPE RRTimeslice CASCADE; -DROP FUNCTION IF EXISTS RRTimeslice_typmodin(cstring[]); -DROP FUNCTION IF EXISTS RRTimeslice_typmodout(integer); - -DROP FUNCTION IF EXISTS CData_validate(integer); - -DROP CAST IF EXISTS (cdata AS cdata); -DROP FUNCTION IF EXISTS CData(cdata, integer, boolean); -DROP TYPE CData CASCADE; -DROP FUNCTION IF EXISTS CData_typmodin(cstring[]); -DROP FUNCTION IF EXISTS CData_typmodout(integer); - -DROP FUNCTION IF EXISTS PostRR_Version(); - -DROP TABLE postrr.rrtimeslices; -DROP SEQUENCE postrr.tsid; - -DROP SCHEMA postrr; - -SET client_min_messages TO DEFAULT; +DROP EXTENSION postrr; -- vim: set tw=78 sw=4 ts=4 noexpandtab :