Commit 776fc8cc authored by Bruce Momjian's avatar Bruce Momjian

New depend code doesn't need sequence drop.

parent 2aa6a5de
...@@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin; ...@@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin;
COPY x TO stdout; COPY x TO stdout;
DROP TABLE x; DROP TABLE x;
DROP SEQUENCE x_a_seq;
DROP FUNCTION fn_x_before(); DROP FUNCTION fn_x_before();
DROP FUNCTION fn_x_after(); DROP FUNCTION fn_x_after();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment