New depend code doesn't need sequence drop.

This commit is contained in:
Bruce Momjian 2002-07-18 22:31:44 +00:00
parent 2aa6a5de87
commit 776fc8cc5c

View File

@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin;
COPY x TO stdout;
DROP TABLE x;
DROP SEQUENCE x_a_seq;
DROP FUNCTION fn_x_before();
DROP FUNCTION fn_x_after();