From: Bruce Momjian Date: Fri, 3 Aug 2012 20:33:09 +0000 (-0400) Subject: Add link to synchronous_commit variables in high availability docs. X-Git-Tag: REL9_2_BETA4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf92fb6c2de488d94ac4ad6ec0f78e7f133efac5;p=postgresql Add link to synchronous_commit variables in high availability docs. Backpatch to 9.2 Erik Rijkers --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 4eb37d2461..52e3c84a81 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' must be set to a non-empty value. synchronous_commit must also be set to on, but since this is the default value, typically no change is - required. This configuration will cause each commit to wait for + required. (See and + .) + 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. synchronous_commit can be set by individual