diff options
Diffstat (limited to 'doc/src/sgml/indexcost.sgml')
| -rw-r--r-- | doc/src/sgml/indexcost.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/indexcost.sgml b/doc/src/sgml/indexcost.sgml index af66a9f94a..c30be63166 100644 --- a/doc/src/sgml/indexcost.sgml +++ b/doc/src/sgml/indexcost.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.10 2001/11/21 05:53:41 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.11 2002/03/22 19:20:10 petere Exp $ --> <chapter id="indexcost"> @@ -201,7 +201,7 @@ amcostestimate (Query *root, <para> Estimate and return the fraction of main-table tuples that will be visited based on the given qual conditions. In the absence of any index-type-specific - knowledge, use the standard optimizer function clauselist_selectivity(): + knowledge, use the standard optimizer function <function>clauselist_selectivity()</function>: <programlisting> *indexSelectivity = clauselist_selectivity(root, indexQuals, |
