projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf509e
)
Second tweak of COPY FREEZE
author
Simon Riggs
Sat, 1 Dec 2012 14:55:35 +0000
(14:55 +0000)
committer
Simon Riggs
Sat, 1 Dec 2012 14:55:35 +0000
(14:55 +0000)
src/test/regress/expected/copy2.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/copy2.out
b/src/test/regress/expected/copy2.out
index 89d38917aa278147097497c3a8a919a82f652ab7..e2fc3f511752b685f98e54d09bdf356127b44ed4 100644
(file)
--- a/
src/test/regress/expected/copy2.out
+++ b/
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;