1997-04-26 23:56:23 -04:00
|
|
|
--
|
1999-12-10 12:32:57 -05:00
|
|
|
-- drop.source
|
1997-04-26 23:56:23 -04:00
|
|
|
--
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- this will fail if the user is not the postgres superuser.
|
|
|
|
|
-- if it does, don't worry about it (you can turn usersuper
|
2010-11-23 15:27:50 -05:00
|
|
|
-- back on as "postgres"). too many people don't follow
|
1997-04-26 23:56:23 -04:00
|
|
|
-- directions and run this as "postgres", though...
|
|
|
|
|
--
|
|
|
|
|
UPDATE pg_user
|
|
|
|
|
SET usesuper = 't'::bool
|
|
|
|
|
WHERE usename = 'postgres';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- FUNCTION REMOVAL
|
|
|
|
|
--
|
|
|
|
|
DROP FUNCTION hobbies(person);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION hobby_construct(text,text);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION equipment(hobbies_r);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION user_relns();
|
|
|
|
|
|
2002-08-21 20:01:51 -04:00
|
|
|
DROP FUNCTION widget_in(cstring);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
2002-08-21 20:01:51 -04:00
|
|
|
DROP FUNCTION widget_out(widget);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
DROP FUNCTION pt_in_widget(point,widget);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION overpaid(emp);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION boxarea(box);
|
|
|
|
|
|
|
|
|
|
DROP FUNCTION interpt_pp(path,path);
|
|
|
|
|
|
1998-04-26 00:12:15 -04:00
|
|
|
DROP FUNCTION reverse_name(name);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
2000-11-20 15:36:57 -05:00
|
|
|
DROP FUNCTION oldstyle_length(int4, text);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- OPERATOR REMOVAL
|
|
|
|
|
--
|
|
|
|
|
DROP OPERATOR ## (path, path);
|
|
|
|
|
|
|
|
|
|
DROP OPERATOR <% (point, widget);
|
|
|
|
|
|
2010-11-23 15:27:50 -05:00
|
|
|
-- left unary
|
1997-04-26 23:56:23 -04:00
|
|
|
DROP OPERATOR @#@ (none, int4);
|
|
|
|
|
|
2010-11-23 15:27:50 -05:00
|
|
|
-- right unary
|
|
|
|
|
DROP OPERATOR #@# (int4, none);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
2010-11-23 15:27:50 -05:00
|
|
|
-- right unary
|
|
|
|
|
DROP OPERATOR #%# (int4, none);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- ABSTRACT DATA TYPE REMOVAL
|
|
|
|
|
--
|
|
|
|
|
DROP TYPE city_budget;
|
|
|
|
|
|
|
|
|
|
DROP TYPE widget;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- RULE REMOVAL
|
|
|
|
|
-- (is also tested in queries.source)
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- AGGREGATE REMOVAL
|
|
|
|
|
--
|
2001-10-03 16:54:22 -04:00
|
|
|
DROP AGGREGATE newavg (int4);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
2001-10-03 16:54:22 -04:00
|
|
|
DROP AGGREGATE newsum (int4);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
2001-10-03 16:54:22 -04:00
|
|
|
DROP AGGREGATE newcnt (int4);
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- CLASS REMOVAL
|
|
|
|
|
-- (inheritance hierarchies are deleted in reverse order)
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- DROP ancillary data structures (i.e. indices)
|
|
|
|
|
--
|
|
|
|
|
DROP INDEX onek_unique1;
|
|
|
|
|
|
|
|
|
|
DROP INDEX onek_unique2;
|
|
|
|
|
|
|
|
|
|
DROP INDEX onek_hundred;
|
|
|
|
|
|
|
|
|
|
DROP INDEX onek_stringu1;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk1_unique1;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk1_unique2;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk1_hundred;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk2_unique1;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk2_unique2;
|
|
|
|
|
|
|
|
|
|
DROP INDEX tenk2_hundred;
|
|
|
|
|
|
|
|
|
|
-- DROP INDEX onek2_u1_prtl;
|
|
|
|
|
|
|
|
|
|
-- DROP INDEX onek2_u2_prtl;
|
|
|
|
|
|
|
|
|
|
-- DROP INDEX onek2_stu1_prtl;
|
|
|
|
|
|
|
|
|
|
DROP INDEX rect2ind;
|
|
|
|
|
|
|
|
|
|
DROP INDEX rix;
|
|
|
|
|
|
|
|
|
|
DROP INDEX iix;
|
|
|
|
|
|
|
|
|
|
DROP INDEX six;
|
|
|
|
|
|
|
|
|
|
DROP INDEX hash_i4_index;
|
|
|
|
|
|
1998-04-26 00:12:15 -04:00
|
|
|
DROP INDEX hash_name_index;
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
DROP INDEX hash_txt_index;
|
|
|
|
|
|
|
|
|
|
DROP INDEX hash_f8_index;
|
|
|
|
|
|
|
|
|
|
-- DROP INDEX hash_ovfl_index;
|
|
|
|
|
|
|
|
|
|
DROP INDEX bt_i4_index;
|
|
|
|
|
|
1998-04-26 00:12:15 -04:00
|
|
|
DROP INDEX bt_name_index;
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
DROP INDEX bt_txt_index;
|
|
|
|
|
|
|
|
|
|
DROP INDEX bt_f8_index;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE onek;
|
|
|
|
|
|
|
|
|
|
DROP TABLE onek2;
|
|
|
|
|
|
|
|
|
|
DROP TABLE tenk1;
|
|
|
|
|
|
|
|
|
|
DROP TABLE tenk2;
|
|
|
|
|
|
|
|
|
|
DROP TABLE Bprime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE hobbies_r;
|
|
|
|
|
|
|
|
|
|
DROP TABLE equipment_r;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE aggtest;
|
|
|
|
|
|
|
|
|
|
DROP TABLE xacttest;
|
|
|
|
|
|
|
|
|
|
DROP TABLE arrtest;
|
|
|
|
|
|
|
|
|
|
DROP TABLE iportaltest;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE f_star;
|
|
|
|
|
|
|
|
|
|
DROP TABLE e_star;
|
|
|
|
|
|
|
|
|
|
DROP TABLE d_star;
|
|
|
|
|
|
|
|
|
|
DROP TABLE c_star;
|
|
|
|
|
|
|
|
|
|
DROP TABLE b_star;
|
|
|
|
|
|
|
|
|
|
DROP TABLE a_star;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- must be in reverse inheritance order
|
|
|
|
|
--
|
|
|
|
|
DROP TABLE stud_emp;
|
|
|
|
|
|
|
|
|
|
DROP TABLE student;
|
|
|
|
|
|
|
|
|
|
DROP TABLE slow_emp4000;
|
|
|
|
|
|
|
|
|
|
DROP TABLE fast_emp4000;
|
|
|
|
|
|
|
|
|
|
DROP TABLE emp;
|
|
|
|
|
|
|
|
|
|
DROP TABLE person;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE ramp;
|
|
|
|
|
|
|
|
|
|
DROP TABLE real_city;
|
|
|
|
|
|
|
|
|
|
DROP TABLE dept;
|
|
|
|
|
|
|
|
|
|
DROP TABLE ihighway;
|
|
|
|
|
|
|
|
|
|
DROP TABLE shighway;
|
|
|
|
|
|
|
|
|
|
DROP TABLE road;
|
|
|
|
|
|
|
|
|
|
DROP TABLE city;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE hash_i4_heap;
|
|
|
|
|
|
1998-04-26 00:12:15 -04:00
|
|
|
DROP TABLE hash_name_heap;
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
DROP TABLE hash_txt_heap;
|
|
|
|
|
|
|
|
|
|
DROP TABLE hash_f8_heap;
|
|
|
|
|
|
|
|
|
|
-- DROP TABLE hash_ovfl_heap;
|
|
|
|
|
|
|
|
|
|
DROP TABLE bt_i4_heap;
|
|
|
|
|
|
1998-04-26 00:12:15 -04:00
|
|
|
DROP TABLE bt_name_heap;
|
1997-04-26 23:56:23 -04:00
|
|
|
|
|
|
|
|
DROP TABLE bt_txt_heap;
|
|
|
|
|
|
|
|
|
|
DROP TABLE bt_f8_heap;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE ABSTIME_TBL;
|
|
|
|
|
|
|
|
|
|
DROP TABLE RELTIME_TBL;
|
|
|
|
|
|
|
|
|
|
DROP TABLE TINTERVAL_TBL;
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
-- VIRTUAL CLASS REMOVAL
|
|
|
|
|
-- (also tests removal of rewrite rules)
|
|
|
|
|
--
|
|
|
|
|
DROP VIEW street;
|
|
|
|
|
|
|
|
|
|
DROP VIEW iexit;
|
|
|
|
|
|
|
|
|
|
DROP VIEW toyemp;
|