X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=blobdiff_plain;f=src%2Funinstall_postrr.sql;h=ce5e945daccdc9bd1227cd2a80941540ba3af079;hp=473394f6299c62d7f9f20b628cfab06278fac21e;hb=6afc730415491504758dd3d27dc2c9dbd89eb283;hpb=5ecfed8aa54f55586cfc0ba204ec172ae44a5f13 diff --git a/src/uninstall_postrr.sql b/src/uninstall_postrr.sql index 473394f..ce5e945 100644 --- a/src/uninstall_postrr.sql +++ b/src/uninstall_postrr.sql @@ -37,6 +37,14 @@ 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;