From 6d6e1368722c664eef547d59ab23a29e555778c8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 23 Sep 2022 21:16:08 -0400 Subject: Improve terminology Use "prepared transaction" instead of "two-phrase transaction". This is in line with 0e60a50e0bf158bead247731e00cee95bcf64daf. --- doc/src/sgml/ref/pg_recvlogical.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 6d75b6fa4cb..648d3f0f62c 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -75,7 +75,7 @@ PostgreSQL documentation The can be specified with - to enable two-phase decoding. + to enable decoding of prepared transactions. @@ -273,7 +273,7 @@ PostgreSQL documentation - Enables two-phase decoding. This option should only be specified with + Enables decoding of prepared transactions. This option may only be specified with -- cgit v1.2.3