Update non-durable docs about non-synchronous-commit allowing
transaction loss for a _database_ crash.
This commit is contained in:
parent
a40b1e0bf3
commit
b34ee30115
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user