From: Bruce Momjian Date: Mon, 1 Aug 2005 19:38:03 +0000 (+0000) Subject: nor -> or. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=3b18a3d182870987a9bc54ede44a38efbb4cc260;p=users%2Fbernd%2Fpostgres.git nor -> or. --- diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 133334dd6f..5e3323f693 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -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 nor + 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.