|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.213 2009/03/26 20:55:49 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.214 2009/04/02 22:44:10 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
1253 | 1253 | function, which some operating systems lack. If the function is not
|
1254 | 1254 | present then setting this parameter to anything but zero will result
|
1255 | 1255 | in an error. On some operating systems the function is present but
|
1256 |
| - does not actually do anything. On such systems setting a nonzero |
1257 |
| - value will add CPU overhead without improving performance. |
| 1256 | + does not actually do anything (e.g. Solaris). |
1258 | 1257 | </para>
|
1259 | 1258 | </listitem>
|
1260 | 1259 | </varlistentry>
|
|