Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit638860c

Browse files
committed
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
1 parent8822263 commit638860c

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>COPYTO</literal> if the
98+
<literal>DELETE</literal>, and <literal>COPYFROM</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)

[8]ページ先頭

©2009-2025 Movatter.jp