From: Bruce Momjian Date: Thu, 27 Jan 2011 17:06:26 +0000 (-0500) Subject: Update non-durable docs about non-synchronous-commit allowing X-Git-Tag: REL9_1_ALPHA4~340 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b34ee30115fb6b8da8c3024705bd4ba0339212c1;p=postgresql.git Update non-durable docs about non-synchronous-commit allowing transaction loss for a _database_ crash. --- diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 0a104571571..1bec5b1f7e5 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1157,9 +1157,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; - Turn off ; there is no + Turn off ; there might be no need to write the WAL to disk on every - commit. + commit. This does enable possible tranaction loss in case of + a database crash.