diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-03 16:33:10 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-03 16:33:20 -0400 |
commit | 95e750520c47416554765a508b280f96802ff54f (patch) | |
tree | 5ff32bc5d361979efb00dbe0cad3ce5a57ed4a50 /doc/src | |
parent | f786e91a75b2f64527dcf321e754b6448fcad7fe (diff) | |
download | postgresql-95e750520c47416554765a508b280f96802ff54f.tar.gz postgresql-95e750520c47416554765a508b280f96802ff54f.zip |
Add link to synchronous_commit variables in high availability docs.
Backpatch to 9.2
Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 4eb37d24610..52e3c84a81a 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -985,7 +985,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' <xref linkend="guc-synchronous-standby-names"> must be set to a non-empty value. <varname>synchronous_commit</> must also be set to <literal>on</>, but since this is the default value, typically no change is - required. This configuration will cause each commit to wait for + required. (See <xref linkend="runtime-config-wal-settings"> and + <xref linkend="runtime-config-replication-master">.) + This configuration will cause each commit to wait for confirmation that the standby has written the commit record to durable storage, even if that takes a very long time. <varname>synchronous_commit</> can be set by individual |