Commit a91c9506 authored by Bruce Momjian's avatar Bruce Momjian

Update warning about synchronous-commit durability, per suggestion from

Robvert Haas.
parent 2b2b2ae2
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment