mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
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>
|
||||
<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
|
||||
commit.
|
||||
commit. This does enable possible tranaction loss in case of
|
||||
a <emphasis>database</> crash.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user