projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa6a5d
)
New depend code doesn't need sequence drop.
author
Bruce Momjian
Thu, 18 Jul 2002 22:31:44 +0000
(22:31 +0000)
committer
Bruce Momjian
Thu, 18 Jul 2002 22:31:44 +0000
(22:31 +0000)
src/test/regress/sql/copy2.sql
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/sql/copy2.sql
b/src/test/regress/sql/copy2.sql
index 1687de24df60cc9f198c807ef50d3b7ad7636d2b..52d0bee4ed2aa516f60b7401687e2906595dee90 100644
(file)
--- a/
src/test/regress/sql/copy2.sql
+++ b/
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();