|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.99 2010/02/08 04:33:51 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.100 2010/02/23 02:47:27 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="maintenance">
|
4 | 4 | <title>Routine Database Maintenance Tasks</title>
|
|
318 | 318 | SET STATISTICS</>, or change the database-wide default using the <xref
|
319 | 319 | linkend="guc-default-statistics-target"> configuration parameter.
|
320 | 320 | </para>
|
| 321 | + |
| 322 | + <para> |
| 323 | + Also, by default there is limited information available about |
| 324 | + the selectivity of functions. However, if you create an expression |
| 325 | + index that uses a function call, useful statistics will be |
| 326 | + gathered about the function, which can greatly improve query |
| 327 | + plans that use the expression index. |
| 328 | + </para> |
321 | 329 | </tip>
|
322 | 330 | </sect2>
|
323 | 331 |
|
|