projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e47cd
)
COPY's test for read-only transaction was backward; it prohibited COPY TO
author
Tom Lane
Mon, 3 Oct 2005 23:43:09 +0000
(23:43 +0000)
committer
Tom Lane
Mon, 3 Oct 2005 23:43:09 +0000
(23:43 +0000)
where it should prohibit COPY FROM. Found by Alon Goldshuv.
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index f0f6d015a6c7a70173a98e8b495ee5206ce60347..d1dd6f21186c74777e5fa6af3caec5803fd5ccfd 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@