1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00
Josh Kupershmidt
This commit is contained in:
Magnus Hagander
2011-01-11 10:45:16 +01:00
parent 628a6b7564
commit a1ed4cf6ca

View File

@ -84,7 +84,7 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
<para>
<command>PREPARE TRANSACTION</> is not intended for use in applications
or interactive sessions. It's purpose is to allow an external
or interactive sessions. Its purpose is to allow an external
transaction manager to perform atomic global transactions across multiple
databases or other transactional resources. Unless you're writing a
transaction manager, you probably shouldn't be using <command>PREPARE