]> granicus.if.org Git - postgresql/commitdiff
Second tweak of COPY FREEZE
authorSimon Riggs <simon@2ndQuadrant.com>
Sat, 1 Dec 2012 14:55:35 +0000 (14:55 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Sat, 1 Dec 2012 14:55:35 +0000 (14:55 +0000)
src/test/regress/expected/copy2.out

index 89d38917aa278147097497c3a8a919a82f652ab7..e2fc3f511752b685f98e54d09bdf356127b44ed4 100644 (file)
@@ -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;