From: Regina Obe Date: Wed, 30 Dec 2009 06:45:43 +0000 (+0000) Subject: slight wording change X-Git-Tag: 1.5.0b1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e3b51defb05229616896df0341d84a6a18d33a;p=postgis slight wording change git-svn-id: http://svn.osgeo.org/postgis/trunk@5069 b70326c6-7e19-0410-871a-916f4a2858ee --- 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).