mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Typo fix
Josh Kupershmidt
This commit is contained in:
parent
b7ebda9d8c
commit
1c400d3309
@ -84,7 +84,7 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>PREPARE TRANSACTION</> is not intended for use in applications
|
<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
|
transaction manager to perform atomic global transactions across multiple
|
||||||
databases or other transactional resources. Unless you're writing a
|
databases or other transactional resources. Unless you're writing a
|
||||||
transaction manager, you probably shouldn't be using <command>PREPARE
|
transaction manager, you probably shouldn't be using <command>PREPARE
|
||||||
|
Loading…
Reference in New Issue
Block a user