From a0e3b51defb05229616896df0341d84a6a18d33a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 30 Dec 2009 06:45:43 +0000 Subject: [PATCH] slight wording change git-svn-id: http://svn.osgeo.org/postgis/trunk@5069 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_operator.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml index 3d4156765..149211069 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -490,8 +490,8 @@ FROM Description - The = operator returns TRUE if the bounding box of geometry A - is the same as the bounding box of geometry B. PostgreSQL uses the =, <, and > operators defined for geometries to + The = operator returns TRUE if the bounding box of geometry/geography A + is the same as the bounding box of geometry/geography B. PostgreSQL uses the =, <, and > operators defined for geometries to perform internal orderings and comparison of geometries (ie. in a GROUP BY or ORDER BY clause). -- 2.50.0