We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f786e91 commit 95e7505Copy full SHA for 95e7505
doc/src/sgml/high-availability.sgml
@@ -985,7 +985,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
985
<xref linkend="guc-synchronous-standby-names"> must be set to
986
a non-empty value. <varname>synchronous_commit</> must also be set to
987
<literal>on</>, but since this is the default value, typically no change is
988
- required. This configuration will cause each commit to wait for
+ required. (See <xref linkend="runtime-config-wal-settings"> and
989
+ <xref linkend="runtime-config-replication-master">.)
990
+ This configuration will cause each commit to wait for
991
confirmation that the standby has written the commit record to durable
992
storage, even if that takes a very long time.
993
<varname>synchronous_commit</> can be set by individual
0 commit comments