From: Alvaro Herrera Date: Mon, 31 Jul 2006 01:09:48 +0000 (+0000) Subject: Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e337d74712672dcab3a990723f4c40f1dbece003;p=users%2Fbernd%2Fpostgres.git Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. --- diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index f1d54f24bf..b5bb6fd8a5 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -95,7 +95,7 @@ where transaction_mode is one of: 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,