projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f58434f
)
nor -> or.
author
Bruce Momjian
Mon, 1 Aug 2005 19:38:03 +0000
(19:38 +0000)
committer
Bruce Momjian
Mon, 1 Aug 2005 19:38:03 +0000
(19:38 +0000)
doc/src/sgml/ref/prepare_transaction.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/prepare_transaction.sgml
b/doc/src/sgml/ref/prepare_transaction.sgml
index 773689ae06d69382232bbccf22b10af48a97e0dc..277b9c53f19584ef31e35caddffc7336a78d0fb4 100644
(file)
--- a/
doc/src/sgml/ref/prepare_transaction.sgml
+++ b/
doc/src/sgml/ref/prepare_transaction.sgml
@@
-1,5
+1,5
@@
@@
-88,7
+88,7
@@
PREPARE TRANSACTION
transaction_id
It is not currently allowed to
PREPARE> a transaction that
- has executed any operations involving temporary tables
n
or
+ has executed any operations involving temporary tables or
created any cursors
WITH HOLD>. Those features are too tightly
tied to the current session to be useful in a transaction to be prepared.