From: Bruce Momjian Date: Thu, 3 Jun 2010 01:34:02 +0000 (+0000) Subject: Document that && geometric operator is true even if only a point X-Git-Tag: REL9_0_BETA2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b5c3611d74d973e316b416da8a0b15dc3f6128d;p=postgresql Document that && geometric operator is true even if only a point overlaps. David Fetter --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7a18c92d31..e1c0bf32d9 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -7134,7 +7134,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple && - Overlaps? + Overlaps? (One point in common makes this true.) box '((0,0),(1,1))' && box '((0,0),(2,2))'