Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
This commit is contained in:
parent
8822263635
commit
638860ce35
@ -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.24 2006/07/31 01:10:56 alvherre Exp $ -->
|
||||||
<refentry id="SQL-SET-TRANSACTION">
|
<refentry id="SQL-SET-TRANSACTION">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle>
|
<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
|
read/write or read-only. Read/write is the default. When a
|
||||||
transaction is read-only, the following SQL commands are
|
transaction is read-only, the following SQL commands are
|
||||||
disallowed: <literal>INSERT</literal>, <literal>UPDATE</literal>,
|
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
|
table they would write to is not a temporary table; all
|
||||||
<literal>CREATE</literal>, <literal>ALTER</literal>, and
|
<literal>CREATE</literal>, <literal>ALTER</literal>, and
|
||||||
<literal>DROP</literal> commands; <literal>COMMENT</literal>,
|
<literal>DROP</literal> commands; <literal>COMMENT</literal>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user