projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091ff09
)
Fix markup, Alvaro Herrera.
author
Bruce Momjian
Wed, 21 Aug 2002 05:25:49 +0000
(
05:25
+0000)
committer
Bruce Momjian
Wed, 21 Aug 2002 05:25:49 +0000
(
05:25
+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 fddc65e84d3c2e0bb3baa5d558ffd54bf28df0b1..0b067757a63bb05ddffbdef2deb7cf73abe33b86 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-245,7
+245,7
@@
PostgreSQL documentation
is equivalent to
-
a
>=
x
AND
a
able>
<=
y
+
a
>=
x
AND
a
<=
y
Similarly,
@@
-253,7
+253,7
@@
PostgreSQL documentation
is equivalent to
-
a
<
x
OR
a
able>
>
y
+
a
<
x
OR
a
>
y
There is no difference between the two respective forms apart from
the
CPU
cycles required to rewrite the first one