Commit b34ee301 authored by Bruce Momjian's avatar Bruce Momjian

Update non-durable docs about non-synchronous-commit allowing

transaction loss for a _database_ crash.
parent a40b1e0b
...@@ -1157,9 +1157,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; ...@@ -1157,9 +1157,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
<listitem> <listitem>
<para> <para>
Turn off <xref linkend="guc-synchronous-commit">; there is no Turn off <xref linkend="guc-synchronous-commit">; there might be no
need to write the <acronym>WAL</acronym> to disk on every need to write the <acronym>WAL</acronym> to disk on every
commit. commit. This does enable possible tranaction loss in case of
a <emphasis>database</> crash.
</para> </para>
</listitem> </listitem>
</itemizedlist> </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