projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f76710
)
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
author
Alvaro Herrera
<
[email protected]
>
Mon, 31 Jul 2006 01:09:48 +0000
(
01:09
+0000)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 31 Jul 2006 01:09:48 +0000
(
01:09
+0000)
doc/src/sgml/ref/set_transaction.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/set_transaction.sgml
b/doc/src/sgml/ref/set_transaction.sgml
index f1d54f24bf46f2b24ed31d6f647a7e506282c300..b5bb6fd8a50aa80dabd8656aeecd0113b73c74f6 100644
(file)
--- a/
doc/src/sgml/ref/set_transaction.sgml
+++ b/
doc/src/sgml/ref/set_transaction.sgml
@@
-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
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>,