From caa347dbadd1ce1ce58a31828f066734301b4ca8 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 31 Jul 2006 01:09:52 +0000 Subject: [PATCH] Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. --- doc/src/sgml/ref/set_transaction.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index d50abf3ab2..e9c8e4eba1 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -90,7 +90,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION 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, -- 2.39.5