aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-03-30 04:52:49 +0000
committerNeil Conway <neilc@samurai.com>2005-03-30 04:52:49 +0000
commitd4beb2636ca2ab1c8a05ed8dffcf69828551ef25 (patch)
treece6bc118f19817cc94b3ae0186bda18db54d871c
parent320f85a9530e0c08d9d8158bc5f2a73c5ca6ed31 (diff)
downloadpostgresql-d4beb2636ca2ab1c8a05ed8dffcf69828551ef25.tar.gz
postgresql-d4beb2636ca2ab1c8a05ed8dffcf69828551ef25.zip
Minor tweak to documentation.
-rw-r--r--doc/src/sgml/func.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 7d3967f79e2..4fee01c6d8c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -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>