Fix markup, Alvaro Herrera.
authorBruce Momjian
Wed, 21 Aug 2002 05:25:49 +0000 (05:25 +0000)
committerBruce Momjian
Wed, 21 Aug 2002 05:25:49 +0000 (05:25 +0000)
doc/src/sgml/func.sgml

index fddc65e84d3c2e0bb3baa5d558ffd54bf28df0b1..0b067757a63bb05ddffbdef2deb7cf73abe33b86 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -245,7 +245,7 @@ PostgreSQL documentation
     
     is equivalent to
     
-a >= x AND aable> <= y
+a >= x AND a <= y
     
     Similarly,
     
@@ -253,7 +253,7 @@ PostgreSQL documentation
     
     is equivalent to
     
-a < x OR aable> > 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