Code

uninstall_postrr.sql: Drop table "postrr.rrarchives".
authorSebastian Harl <sh@tokkee.org>
Mon, 29 Oct 2012 12:01:36 +0000 (13:01 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 29 Oct 2012 12:01:36 +0000 (13:01 +0100)
src/uninstall_postrr.sql

index e670f27cdcd9f1cf47b4ccd4ddf0f60547ac12ef..088309cd113fc9dfbc267ef80157243c5816b965 100644 (file)
@@ -52,6 +52,8 @@ DROP FUNCTION IF EXISTS PostRR_Version();
 DROP TABLE postrr.rrtimeslices;
 DROP SEQUENCE postrr.tsid;
 
 DROP TABLE postrr.rrtimeslices;
 DROP SEQUENCE postrr.tsid;
 
+DROP TABLE postrr.rrarchives;
+
 DROP SCHEMA postrr;
 
 SET client_min_messages TO DEFAULT;
 DROP SCHEMA postrr;
 
 SET client_min_messages TO DEFAULT;