We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320f85a commit d4beb26Copy full SHA for d4beb26
doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
7341
</para>
7342
7343
<para>
7344
- Unfortunately, there is no similarly trivial query that can be
7345
- used to improve the performance of <function>count()</function>
+ Unfortunately, there is no similarly trivial workaround that can
+ be used to improve the performance of <function>count()</function>
7346
when applied to the entire table.
7347
7348
</note>
0 commit comments