COPY's test for read-only transaction was backward; it prohibited COPY TO
authorTom Lane
Mon, 3 Oct 2005 23:43:09 +0000 (23:43 +0000)
committerTom 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
src/backend/commands/copy.c

index f0f6d015a6c7a70173a98e8b495ee5206ce60347..d1dd6f21186c74777e5fa6af3caec5803fd5ccfd 100644 (file)
@@ -1,5 +1,5 @@