|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.1 2005/06/17 22:32:42 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.2 2005/08/01 19:38:03 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -88,7 +88,7 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
|
88 | 88 |
|
89 | 89 | <para>
|
90 | 90 | It is not currently allowed to <command>PREPARE</> a transaction that
|
91 |
| - has executed any operations involving temporary tablesnor |
| 91 | + has executed any operations involving temporary tablesor |
92 | 92 | created any cursors <literal>WITH HOLD</>. Those features are too tightly
|
93 | 93 | tied to the current session to be useful in a transaction to be prepared.
|
94 | 94 | </para>
|
|