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:
629841c
)
Typo pointed out by Erwin Brandstetter. Remove the whole makes it even
author
Magnus Hagander
<magnus@hagander.net>
Tue, 11 Dec 2007 18:30:20 +0000
(18:30 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 11 Dec 2007 18:30:20 +0000
(18:30 +0000)
better, per JD.
doc/src/sgml/syntax.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/syntax.sgml
b/doc/src/sgml/syntax.sgml
index 62374fe15133937cf6e91486a42aa48aa84c7c27..7ec0e859b545549acf5531ee7ddffb077b35a47a 100644
(file)
--- a/
doc/src/sgml/syntax.sgml
+++ b/
doc/src/sgml/syntax.sgml
@@
-1748,7
+1748,7
@@
SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
</programlisting>
A <literal>CASE</> construct used in this fashion will defeat optimization
attempts, so it should only be done when necessary. (In this particular
- example, it would
doubtless
be best to sidestep the problem by writing
+ example, it would be best to sidestep the problem by writing
<literal>y > 1.5*x</> instead.)
</para>
</sect2>