From d5003e5221d79ab97da4c671fd2ead4f06ece6c2 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 19 May 2004 23:56:38 +0000
Subject: [PATCH] Document &< and &> properly.

William White <bwhite@frognet.net>
---
 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 6fd36fe77bc..d95c5aa7527 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.202 2004/05/14 21:42:27 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.203 2004/05/19 23:56:38 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -5662,12 +5662,12 @@ SELECT TIMESTAMP 'now';
        </row>
        <row>
 	<entry> <literal>&amp;&lt;</literal> </entry>
-	<entry>Overlaps or is left of?</entry>
+	<entry>Does not extend to the right of?</entry>
 	<entry><literal>box '((0,0),(1,1))' &amp;&lt; box '((0,0),(2,2))'</literal></entry>
        </row>
        <row>
 	<entry> <literal>&amp;&gt;</literal> </entry>
-	<entry>Overlaps or is right of?</entry>
+	<entry>Does not extend to the left of?</entry>
 	<entry><literal>box '((0,0),(3,3))' &amp;&gt; box '((0,0),(2,2))'</literal></entry>
        </row>
        <row>
-- 
GitLab