mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Second tweak of COPY FREEZE
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user