mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Improve terminology
Use "prepared transaction" instead of "two-phrase transaction". This
is in line with 0e60a50e0b
.
This commit is contained in:
@ -75,7 +75,7 @@ PostgreSQL documentation
|
||||
|
||||
<para>
|
||||
The <option>--two-phase</option> can be specified with
|
||||
<option>--create-slot</option> to enable two-phase decoding.
|
||||
<option>--create-slot</option> to enable decoding of prepared transactions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -273,7 +273,7 @@ PostgreSQL documentation
|
||||
<term><option>--two-phase</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enables two-phase decoding. This option should only be specified with
|
||||
Enables decoding of prepared transactions. This option may only be specified with
|
||||
<option>--create-slot</option>
|
||||
</para>
|
||||
</listitem>
|
||||
|
Reference in New Issue
Block a user