Update warning about synchronous-commit durability, per suggestion from
authorBruce Momjian <bruce@momjian.us>
Wed, 26 Jan 2011 01:32:26 +0000 (20:32 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 Jan 2011 01:32:26 +0000 (20:32 -0500)
Robvert Haas.

doc/src/sgml/perform.sgml

index 26998283d8c86095d9a65d3827ee01f67ac95d95..fb555985da8086ce91c16dfb28f4b631b6827cda 100644 (file)
@@ -1159,7 +1159,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
       <para>
        Turn off <xref linkend="guc-synchronous-commit">;  there might be no
        need to write the <acronym>WAL</acronym> to disk on every
-       commit.  This does affect database crash transaction durability.
+       commit.  This can cause transaction loss after a server crash.
       </para>
      </listitem>
     </itemizedlist>