]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
New depend code doesn't need sequence drop.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 22:31:44 +0000 (22:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 22:31:44 +0000 (22:31 +0000)
src/test/regress/sql/copy2.sql

index 1687de24df60cc9f198c807ef50d3b7ad7636d2b..52d0bee4ed2aa516f60b7401687e2906595dee90 100644 (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();