From: Neil Conway Date: Wed, 30 Mar 2005 04:52:49 +0000 (+0000) Subject: Minor tweak to documentation. X-Git-Tag: REL8_1_0BETA1~1088 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4beb2636ca2ab1c8a05ed8dffcf69828551ef25;p=postgresql Minor tweak to documentation. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7d3967f79e..4fee01c6d8 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -7341,8 +7341,8 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1; - Unfortunately, there is no similarly trivial query that can be - used to improve the performance of count() + Unfortunately, there is no similarly trivial workaround that can + be used to improve the performance of count() when applied to the entire table.