mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 19:20:08 -04:00
New depend code doesn't need sequence drop.
This commit is contained in:
parent
2aa6a5de87
commit
776fc8cc5c
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue