]> granicus.if.org Git - postgresql/commit
COPY's test for read-only transaction was backward; it prohibited COPY TO REL8_0_4
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 23:43:29 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 23:43:29 +0000 (23:43 +0000)
commit3dfec7f73ef3a4e281648f1c0e1a7deaf1850320
tree62572745123d8517ab5c1bf424681279ddc6343b
parent73a71f50cdb20b6728759e1c40bdd9d3b6581f17
COPY's test for read-only transaction was backward; it prohibited COPY TO
where it should prohibit COPY FROM.  Found by Alon Goldshuv.
doc/src/sgml/release.sgml
src/backend/commands/copy.c