We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd832d commit 37e666bCopy full SHA for 37e666b
doc/src/sgml/config.sgml
@@ -1662,6 +1662,9 @@ SET ENABLE_SEQSCAN TO OFF;
1662
to allow the transaction to commit asynchronously. However, the
1663
special value <literal>local</> is available for transactions that
1664
wish to wait for local flush to disk, but not synchronous replication.
1665
+ If <varname>synchronous_standby_names</> is not set, <literal>on</>,
1666
+ <literal>remote_write</> and <literal>local</> provide the same
1667
+ synchronization level; transaction commit only waits for local flush.
1668
</para>
1669
<para>
1670
This parameter can be changed at any time; the behavior for any
0 commit comments