File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ PostgreSQL documentation
75
75
76
76
<para>
77
77
The <option>--two-phase</option> can be specified with
78
- <option>--create-slot</option> to enable two-phase decoding.
78
+ <option>--create-slot</option> to enable decoding of prepared transactions .
79
79
</para>
80
80
</listitem>
81
81
</varlistentry>
@@ -273,7 +273,7 @@ PostgreSQL documentation
273
273
<term><option>--two-phase</option></term>
274
274
<listitem>
275
275
<para>
276
- Enables two-phase decoding. This option should only be specified with
276
+ Enables decoding of prepared transactions . This option may only be specified with
277
277
<option>--create-slot</option>
278
278
</para>
279
279
</listitem>
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ usage(void)
94
94
printf (_ (" -s, --status-interval=SECS\n"
95
95
" time between status packets sent to server (default: %d)\n" ), (standby_message_timeout / 1000 ));
96
96
printf (_ (" -S, --slot=SLOTNAME name of the logical replication slot\n" ));
97
- printf (_ (" -t, --two-phase enable two-phase decoding when creating a slot\n" ));
97
+ printf (_ (" -t, --two-phase enable decoding of prepared transactions when creating a slot\n" ));
98
98
printf (_ (" -v, --verbose output verbose messages\n" ));
99
99
printf (_ (" -V, --version output version information, then exit\n" ));
100
100
printf (_ (" -?, --help show this help, then exit\n" ));
You can’t perform that action at this time.
0 commit comments