We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa6a5d commit 776fc8cCopy full SHA for 776fc8c
src/test/regress/sql/copy2.sql
@@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin;
51
52
COPY x TO stdout;
53
DROP TABLE x;
54
-DROP SEQUENCE x_a_seq;
55
DROP FUNCTION fn_x_before();
56
DROP FUNCTION fn_x_after();
0 commit comments