Add link to synchronous_commit variables in high availability docs.
authorBruce Momjian
Fri, 3 Aug 2012 20:33:10 +0000 (16:33 -0400)
committerBruce Momjian
Fri, 3 Aug 2012 20:33:20 +0000 (16:33 -0400)
Backpatch to 9.2

Erik Rijkers

doc/src/sgml/high-availability.sgml

index 4eb37d246100243cc256da7519856b3470ff032f..52e3c84a81a7a8f8e8b94d73d8a272a3a0f75117 100644 (file)
@@ -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