summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-09-23 21:16:08 -0400
committerPeter Eisentraut <peter@eisentraut.org>2022-09-23 21:16:08 -0400
commit8d985560fc1de6197323d4397d2a2bf762657463 (patch)
tree2c3f7374fae984887f2dcf3adc0e8ff13ba0d834 /doc/src
parent2b14b5b5d9d5cf2f039a90a670abaf7b2f37bbe6 (diff)
Improve terminology
Use "prepared transaction" instead of "two-phrase transaction". This is in line with c5d67881d343a507269bde124a49df19e0296157.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_recvlogical.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 1a882254095..7c01a5c3ba3 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -68,7 +68,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>
@@ -266,7 +266,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>