From 9b5c3611d74d973e316b416da8a0b15dc3f6128d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jun 2010 01:34:02 +0000 Subject: [PATCH] Document that && geometric operator is true even if only a point overlaps. David Fetter --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))' -- 2.40.0