mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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;
|
||||
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…
x
Reference in New Issue
Block a user