File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ PostgreSQL documentation
68
68
69
69
<para>
70
70
The <option>--two-phase</option> can be specified with
71
- <option>--create-slot</option> to enable two-phase decoding.
71
+ <option>--create-slot</option> to enable decoding of prepared transactions .
72
72
</para>
73
73
</listitem>
74
74
</varlistentry>
@@ -266,7 +266,7 @@ PostgreSQL documentation
266
266
<term><option>--two-phase</option></term>
267
267
<listitem>
268
268
<para>
269
- Enables two-phase decoding. This option should only be specified with
269
+ Enables decoding of prepared transactions . This option may only be specified with
270
270
<option>--create-slot</option>
271
271
</para>
272
272
</listitem>
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ usage(void)
96
96
printf (_ (" -s, --status-interval=SECS\n"
97
97
" time between status packets sent to server (default: %d)\n" ), (standby_message_timeout / 1000 ));
98
98
printf (_ (" -S, --slot=SLOTNAME name of the logical replication slot\n" ));
99
- printf (_ (" -t, --two-phase enable two-phase decoding when creating a slot\n" ));
99
+ printf (_ (" -t, --two-phase enable decoding of prepared transactions when creating a slot\n" ));
100
100
printf (_ (" -v, --verbose output verbose messages\n" ));
101
101
printf (_ (" -V, --version output version information, then exit\n" ));
102
102
printf (_ (" -?, --help show this help, then exit\n" ));
You can’t perform that action at this time.
0 commit comments