summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ecfed8)
raw | patch | inline | side by side (parent: 5ecfed8)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Apr 2012 18:50:06 +0000 (20:50 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Apr 2012 18:50:06 +0000 (20:50 +0200) |
src/uninstall_postrr.sql | patch | blob | history |
index 473394f6299c62d7f9f20b628cfab06278fac21e..ce5e945daccdc9bd1227cd2a80941540ba3af079 100644 (file)
--- a/src/uninstall_postrr.sql
+++ b/src/uninstall_postrr.sql
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;