projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40b1e0
)
Update non-durable docs about non-synchronous-commit allowing
author
Bruce Momjian
<
[email protected]
>
Thu, 27 Jan 2011 17:06:26 +0000
(12:06 -0500)
committer
Bruce Momjian
<
[email protected]
>
Thu, 27 Jan 2011 17:06:56 +0000
(12:06 -0500)
transaction loss for a _database_ crash.
doc/src/sgml/perform.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/perform.sgml
b/doc/src/sgml/perform.sgml
index 0a104571571b463c01cd7336e14a01817412ad15..1bec5b1f7e5779d4121a90924aad82742b4f54eb 100644
(file)
--- 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;
<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>