]> git.ipfire.org Git - thirdparty/postgresql.git/commit
COPY's test for read-only transaction was backward; it prohibited COPY TO
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 23:43:09 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Oct 2005 23:43:09 +0000 (23:43 +0000)
commit060d13f7c7bf741db848263e40ce42b0ea42e465
treebaca8e7aa699e8c6e1fc32e14e915195e509168e
parent53e47cdd799963951c371ea8158996be3b6e603a
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