Second tweak of COPY FREEZE

pull/3/head
Simon Riggs 13 years ago
parent ddf509eb4a
commit 02aea36414
  1. 1
      src/test/regress/expected/copy2.out

@ -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;

Loading…
Cancel
Save