projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320f85a
)
Minor tweak to documentation.
author
Neil Conway
Wed, 30 Mar 2005 04:52:49 +0000
(
04:52
+0000)
committer
Neil Conway
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 7d3967f79e203046c078e2d832ba22297afdf8fc..4fee01c6d8c574a2d20ec33e16790aaa5bc0dcfa 100644
(file)
--- 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.