We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efba7a5 commit 507627fCopy full SHA for 507627f
doc/src/sgml/ref/pg_receivexlog.sgml
@@ -139,9 +139,9 @@ PostgreSQL documentation
139
<term><option>--synchronous</option></term>
140
<listitem>
141
<para>
142
- Issue sync commands as soon as there is WAL data which has not been
143
- flushed yet. Also status packets are sent back to the server just after
144
- WAL data is flushed whatever <literal>--status-interval</> is set to.
+ Flush the WAL data to disk immediately after it has been received. Also
+ send a status packet back to the server immediately after flushing,
+ regardless of <literal>--status-interval</>.
145
</para>
146
</listitem>
147
</varlistentry>
0 commit comments