|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.108 2007/02/01 00:28:16 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.109 2007/02/08 03:56:42 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
1385 | 1385 | Not all of these choices are available on all platforms.
|
1386 | 1386 | The default is the first method in the above list that is supported
|
1387 | 1387 | by the platform.
|
| 1388 | + The <literal>open_</>* options also use <literal>O_DIRECT</> if available. |
1388 | 1389 | This parameter can only be set in the <filename>postgresql.conf</>
|
1389 | 1390 | file or on the server command line.
|
1390 | 1391 | </para>
|
|