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:
a462ab5
)
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:52 +0000
(
01:09
+0000)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 31 Jul 2006 01:09:52 +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 d50abf3ab215e77527d4fa99447526d7911877a3..e9c8e4eba162f0a16db52a11dc1134060d818453 100644
(file)
--- a/
doc/src/sgml/ref/set_transaction.sgml
+++ b/
doc/src/sgml/ref/set_transaction.sgml
@@
-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>,