From cbe19208eea4f71f2a38ec147606fe139816ba62 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Aug 2002 05:25:49 +0000 Subject: [PATCH] Fix markup, Alvaro Herrera. --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index fddc65e84d..0b067757a6 100644 --- 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 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 -- 2.40.0