Skip to content

Commit 638860c

Browse files
committed
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
1 parent 8822263 commit 638860c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/set_transaction.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.23 2004/09/26 23:48:07 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.24 2006/07/31 01:10:56 alvherre Exp $ -->
22
<refentry id="SQL-SET-TRANSACTION">
33
<refmeta>
44
<refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle>
@@ -95,7 +95,7 @@ where <replaceable class="parameter">transaction_mode</replaceable> is one of:
9595
read/write or read-only. Read/write is the default. When a
9696
transaction is read-only, the following SQL commands are
9797
disallowed: <literal>INSERT</literal>, <literal>UPDATE</literal>,
98-
<literal>DELETE</literal>, and <literal>COPY TO</literal> if the
98+
<literal>DELETE</literal>, and <literal>COPY FROM</literal> if the
9999
table they would write to is not a temporary table; all
100100
<literal>CREATE</literal>, <literal>ALTER</literal>, and
101101
<literal>DROP</literal> commands; <literal>COMMENT</literal>,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy