@@ -1118,9 +1118,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
1118
1118
so if your site does not require such a guarantee,
1119
1119
<productname>PostgreSQL</productname> can be configured to run
1120
1120
much faster. The following are configuration changes you can make
1121
- to improve performance in such cases; they do not invalidate
1122
- commit guarantees related to database crashes, only abrupt operating
1123
- system stoppage, except as mentioned below:
1121
+ to improve performance in such cases. Except as noted below, durability
1122
+ is still guaranteed in case of a crash of the database software;
1123
+ only abrupt operating system stoppage creates a risk of data loss
1124
+ or corruption when these settings are used.
1124
1125
1125
1126
<itemizedlist>
1126
1127
<listitem>
@@ -1159,8 +1160,8 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
1159
1160
<para>
1160
1161
Turn off <xref linkend="guc-synchronous-commit">; there might be no
1161
1162
need to write the <acronym>WAL</acronym> to disk on every
1162
- commit. This doesenable possible tranaction lossin case of
1163
- a <emphasis>database</>crash .
1163
+ commit. Thissetting doesrisk transaction loss(though not data
1164
+ corruption) in case of a crash of the <emphasis>database</>alone .
1164
1165
</para>
1165
1166
</listitem>
1166
1167
</itemizedlist>