|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.152 2007/11/01 17:06:30 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.153 2007/11/05 17:35:38 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1318,7 +1318,9 @@ SET ENABLE_SEQSCAN TO OFF;
|
1318 | 1318 | In many situations, turning off <xref linkend="guc-synchronous-commit">
|
1319 | 1319 | for noncritical transactions can provide much of the potential
|
1320 | 1320 | performance benefit of turning off <varname>fsync</varname>, without
|
1321 |
| - the attendant risks of data corruption. |
| 1321 | + the attendant risks of data corruption. It can even be turned |
| 1322 | + off in a single multi-statement transaction using <command>SET |
| 1323 | + LOCAL synchronous_commit TO OFF;</>. |
1322 | 1324 | </para>
|
1323 | 1325 |
|
1324 | 1326 | <para>
|
|