Skip to content
Snippets Groups Projects
Commit 02aea364 authored by Simon Riggs's avatar Simon Riggs
Browse files

Second tweak of COPY FREEZE

parent ddf509eb
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,6 @@ INSERT INTO vistest VALUES ('z');
SAVEPOINT s1;
TRUNCATE vistest;
ROLLBACK TO SAVEPOINT s1;
-- FREEZE should be silently ignored here
COPY vistest FROM stdin CSV FREEZE;
NOTICE: FREEZE option specified but pre-conditions not met
SELECT * FROM vistest;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment