Second tweak of COPY FREEZE
This commit is contained in:
parent
ddf509eb4a
commit
02aea36414
@ -316,7 +316,6 @@ INSERT INTO vistest VALUES ('z');
|
|||||||
SAVEPOINT s1;
|
SAVEPOINT s1;
|
||||||
TRUNCATE vistest;
|
TRUNCATE vistest;
|
||||||
ROLLBACK TO SAVEPOINT s1;
|
ROLLBACK TO SAVEPOINT s1;
|
||||||
-- FREEZE should be silently ignored here
|
|
||||||
COPY vistest FROM stdin CSV FREEZE;
|
COPY vistest FROM stdin CSV FREEZE;
|
||||||
NOTICE: FREEZE option specified but pre-conditions not met
|
NOTICE: FREEZE option specified but pre-conditions not met
|
||||||
SELECT * FROM vistest;
|
SELECT * FROM vistest;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user