Minor tweak to documentation.
authorNeil Conway <[email protected]>
Wed, 30 Mar 2005 04:52:49 +0000 (04:52 +0000)
committerNeil Conway <[email protected]>
Wed, 30 Mar 2005 04:52:49 +0000 (04:52 +0000)
doc/src/sgml/func.sgml

index 69f8b6169d87f21bd15578b0e9c64b055b719788..85f41c901bdd329474bd4c1af3e8cc4e3db05d55 100644 (file)
@@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
    </para>
 
    <para>
-    Unfortunately, there is no similarly trivial query that can be
-    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>
     when applied to the entire table.
    </para>
   </note>