|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.233 2009/11/13 22:43:39 tgl Exp $ --> |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.234 2009/11/28 16:21:31 momjian Exp $ --> |
|
|
|
|
|
|
|
|
|
<chapter Id="runtime-config"> |
|
|
|
|
<title>Server Configuration</title> |
|
|
|
|
@ -1432,6 +1432,8 @@ SET ENABLE_SEQSCAN TO OFF; |
|
|
|
|
The default is the first method in the above list that is supported |
|
|
|
|
by the platform. |
|
|
|
|
The <literal>open_</>* options also use <literal>O_DIRECT</> if available. |
|
|
|
|
The utility <filename>src/tools/fsync</> in the PostgreSQL source tree |
|
|
|
|
can do performance testing of various fsync methods. |
|
|
|
|
This parameter can only be set in the <filename>postgresql.conf</> |
|
|
|
|
file or on the server command line. |
|
|
|
|
</para> |
|
|
|
|
|