X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=blobdiff_plain;f=src%2Funinstall_postrr.sql;fp=src%2Funinstall_postrr.sql;h=5bb3519c60c1d657d321c5428201aefddca11489;hp=088309cd113fc9dfbc267ef80157243c5816b965;hb=7e1366eab3849806ee6c671dcb3174814c98f198;hpb=25f71c21c10c5dcb6c8a8ebf20987becf424b867 diff --git a/src/uninstall_postrr.sql b/src/uninstall_postrr.sql index 088309c..5bb3519 100644 --- a/src/uninstall_postrr.sql +++ b/src/uninstall_postrr.sql @@ -27,36 +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 CAST IF EXISTS (rrtimeslice AS timestamp); -DROP FUNCTION IF EXISTS Tstamp(rrtimeslice); -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 TABLE postrr.rrarchives; - -DROP SCHEMA postrr; - -SET client_min_messages TO DEFAULT; +DROP EXTENSION postrr; -- vim: set tw=78 sw=4 ts=4 noexpandtab :