]> granicus.if.org Git - postgresql/commitdiff
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 31 Jul 2006 01:09:52 +0000 (01:09 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 31 Jul 2006 01:09:52 +0000 (01:09 +0000)
doc/src/sgml/ref/set_transaction.sgml

index cbe41d7175fa3beb1e7575df5a02132e94d84196..900118a4e2b91ec13b43294aa65aeaa88c7e8c54 100644 (file)
@@ -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>,