Skip to content

Commit d4beb26

Browse files
author
Neil Conway
committed
Minor tweak to documentation.
1 parent 320f85a commit d4beb26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.242 2005/03/25 16:08:39 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.243 2005/03/30 04:52:49 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
73417341
</para>
73427342

73437343
<para>
7344-
Unfortunately, there is no similarly trivial query that can be
7345-
used to improve the performance of <function>count()</function>
7344+
Unfortunately, there is no similarly trivial workaround that can
7345+
be used to improve the performance of <function>count()</function>
73467346
when applied to the entire table.
73477347
</para>
73487348
</note>

0 commit comments

Comments
 (0)