projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfbcdc
)
Minor tweak to documentation.
author
Neil Conway
<
[email protected]
>
Wed, 30 Mar 2005 04:52:49 +0000
(
04:52
+0000)
committer
Neil Conway
<
[email protected]
>
Wed, 30 Mar 2005 04:52:49 +0000
(
04:52
+0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 69f8b6169d87f21bd15578b0e9c64b055b719788..85f41c901bdd329474bd4c1af3e8cc4e3db05d55 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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>