|
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 $ --> |
2 | 2 | <refentry id="SQL-SET-TRANSACTION"> |
3 | 3 | <refmeta> |
4 | 4 | <refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle> |
@@ -95,7 +95,7 @@ where <replaceable class="parameter">transaction_mode</replaceable> is one of: |
95 | 95 | read/write or read-only. Read/write is the default. When a |
96 | 96 | transaction is read-only, the following SQL commands are |
97 | 97 | disallowed: <literal>INSERT</literal>, <literal>UPDATE</literal>, |
98 | | - <literal>DELETE</literal>, and <literal>COPYTO</literal> if the |
| 98 | + <literal>DELETE</literal>, and <literal>COPYFROM</literal> if the |
99 | 99 | table they would write to is not a temporary table; all |
100 | 100 | <literal>CREATE</literal>, <literal>ALTER</literal>, and |
101 | 101 | <literal>DROP</literal> commands; <literal>COMMENT</literal>, |
|