mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.17 2003/09/11 21:42:20 momjian Exp $ -->
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.17.2.1 2006/07/31 01:09:52 alvherre Exp $ -->
|
||||
<refentry id="SQL-SET-TRANSACTION">
|
||||
<refmeta>
|
||||
<refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle>
|
||||
@ -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: <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>,
|
||||
|
Reference in New Issue
Block a user