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:
be9d78e
)
nor -> or.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 1 Aug 2005 19:38:03 +0000
(19:38 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
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 133334dd6f98f8b567d695d4783a5f20a8810257..5e3323f693529e7da2f2f73bd4f4ee5e819c8665 100644
(file)
--- a/
doc/src/sgml/ref/prepare_transaction.sgml
+++ b/
doc/src/sgml/ref/prepare_transaction.sgml
@@
-88,7
+88,7
@@
PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
<para>
It is not currently allowed to <command>PREPARE</> a transaction that
- has executed any operations involving temporary tables
n
or
+ has executed any operations involving temporary tables or
created any cursors <literal>WITH HOLD</>. Those features are too tightly
tied to the current session to be useful in a transaction to be prepared.
</para>