New depend code doesn't need sequence drop.

REL7_3_STABLE
Bruce Momjian 24 years ago
parent 2aa6a5de87
commit 776fc8cc5c
  1. 1
      src/test/regress/sql/copy2.sql

@ -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();

Loading…
Cancel
Save