]> granicus.if.org Git - postgis/commitdiff
slight wording change
authorRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 06:45:43 +0000 (06:45 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 06:45:43 +0000 (06:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5069 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_operator.xml

index 3d41567653481d6c223d2774141cd77a77888894..1492110693fa8d13e2cdfb12d03bec2be33a30f6 100644 (file)
@@ -490,8 +490,8 @@ FROM
                  <refsection>
                        <title>Description</title>
 
-                       <para>The <varname>&#61;</varname> operator returns <varname>TRUE</varname> if the bounding box of geometry A
-                       is the same as the bounding box of geometry B.  PostgreSQL uses the =, &lt;, and &gt; operators defined for geometries to
+                       <para>The <varname>&#61;</varname> operator returns <varname>TRUE</varname> if the bounding box of geometry/geography A
+                       is the same as the bounding box of geometry/geography B.  PostgreSQL uses the =, &lt;, and &gt; operators defined for geometries to
                        perform internal orderings and comparison of geometries (ie. in a GROUP BY or ORDER BY clause).</para>
 
                        <warning>