Index: doc/src/sgml/ref/set_transaction.sgml =================================================================== --- doc/src/sgml/ref/set_transaction.sgml (revision 15) +++ doc/src/sgml/ref/set_transaction.sgml (working copy) @@ -95,7 +95,7 @@ read/write or read-only. Read/write is the default. When a transaction is read-only, the following SQL commands are disallowed: INSERT, UPDATE, - DELETE, and COPY TO if the + DELETE, and COPY FROM if the table they would write to is not a temporary table; all CREATE, ALTER, and DROP commands; COMMENT,