projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8822263
)
Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.
author
Alvaro Herrera
Mon, 31 Jul 2006 01:10:56 +0000
(
01:10
+0000)
committer
Alvaro Herrera
Mon, 31 Jul 2006 01:10:56 +0000
(
01:10
+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 6071df530e146e288331d16d00e0d0a30ffaf5f4..a7e5890e73a8023b9dc22ff8010324324d69e614 100644
(file)
--- a/
doc/src/sgml/ref/set_transaction.sgml
+++ b/
doc/src/sgml/ref/set_transaction.sgml
@@
-1,4
+1,4
@@
-
+
SET TRANSACTION
@@
-95,7
+95,7
@@
where
transaction_mode
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:
INSERT
,
UPDATE
,
-
DELETE
, and
COPY
TO
if the
+
DELETE
, and
COPY
FROM
if the
table they would write to is not a temporary table; all
CREATE
,
ALTER
, and
DROP
commands;
COMMENT
,