Document &< and &> properly.
authorBruce Momjian
Wed, 19 May 2004 23:56:38 +0000 (23:56 +0000)
committerBruce Momjian
Wed, 19 May 2004 23:56:38 +0000 (23:56 +0000)
William White 

doc/src/sgml/func.sgml

index 6fd36fe77bc47d5db27d6df5a5fa2364d95786f3..d95c5aa7527e76b097fe17badcc335ed45309da0 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -5662,12 +5662,12 @@ SELECT TIMESTAMP 'now';
        
        
     &< 
-   Overlaps or is left of?
+   Does not extend to the right of?
    box '((0,0),(1,1))' &< box '((0,0),(2,2))'
        
        
     &> 
-   Overlaps or is right of?
+   Does not extend to the left of?
    box '((0,0),(3,3))' &> box '((0,0),(2,2))'