nor -> or.
authorBruce Momjian <bruce@momjian.us>
Mon, 1 Aug 2005 19:38:03 +0000 (19:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 1 Aug 2005 19:38:03 +0000 (19:38 +0000)
doc/src/sgml/ref/prepare_transaction.sgml

index 133334dd6f98f8b567d695d4783a5f20a8810257..5e3323f693529e7da2f2f73bd4f4ee5e819c8665 100644 (file)
@@ -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 nor
+   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>