aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-01 19:38:03 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-01 19:38:03 +0000
commitca7abcd89dbeecb82cde50fccf4f6c483244fdf7 (patch)
treecf731702d1769160ea05726d64cd4ed22e49810c
parentf58434f18f22eb630b17f5b7617707c78aa80956 (diff)
downloadpostgresql-ca7abcd89dbeecb82cde50fccf4f6c483244fdf7.tar.gz
postgresql-ca7abcd89dbeecb82cde50fccf4f6c483244fdf7.zip
nor -> or.
-rw-r--r--doc/src/sgml/ref/prepare_transaction.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml
index 773689ae06d..277b9c53f19 100644
--- a/doc/src/sgml/ref/prepare_transaction.sgml
+++ b/doc/src/sgml/ref/prepare_transaction.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.1 2005/06/17 22:32:42 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.2 2005/08/01 19:38:03 momjian Exp $
PostgreSQL documentation
-->
@@ -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>