summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2006-07-31 01:09:48 +0000
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2006-07-31 01:09:48 +0000
commit632db651cb59cf6065d31e152e773657d495aaed (patch)
treefb84dcd32e8a702b6383fb639b7350b9df694c9b
parentc33b80976557d532c6caa70a2bf3471c2e4f6628 (diff)
downloadpostgresql-632db651cb59cf6065d31e152e773657d495aaed.tar.gz
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
-rw-r--r--doc/src/sgml/ref/set_transaction.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml
index 6071df530e..927bcd4c64 100644
--- a/doc/src/sgml/ref/set_transaction.sgml
+++ b/doc/src/sgml/ref/set_transaction.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.23 2004/09/26 23:48:07 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.23.4.1 2006/07/31 01:09:48 alvherre Exp $ -->
<refentry id="SQL-SET-TRANSACTION">
<refmeta>
<refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle>
@@ -95,7 +95,7 @@ where <replaceable class="parameter">transaction_mode</replaceable> 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: <literal>INSERT</literal>, <literal>UPDATE</literal>,
- <literal>DELETE</literal>, and <literal>COPY TO</literal> if the
+ <literal>DELETE</literal>, and <literal>COPY FROM</literal> if the
table they would write to is not a temporary table; all
<literal>CREATE</literal>, <literal>ALTER</literal>, and
<literal>DROP</literal> commands; <literal>COMMENT</literal>,