Commit d4beb263 authored by Neil Conway's avatar Neil Conway

Minor tweak to documentation.

parent 320f85a9
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.242 2005/03/25 16:08:39 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.243 2005/03/30 04:52:49 neilc Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1; ...@@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
</para> </para>
<para> <para>
Unfortunately, there is no similarly trivial query that can be Unfortunately, there is no similarly trivial workaround that can
used to improve the performance of <function>count()</function> be used to improve the performance of <function>count()</function>
when applied to the entire table. when applied to the entire table.
</para> </para>
</note> </note>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment