From: Regina Obe Date: Mon, 11 Sep 2017 20:43:21 +0000 (+0000) Subject: Correction from Kwon,Yongchan via transifex X-Git-Tag: 2.4.0rc1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5962742a9e86fea97079b224fe652495d70b8b25;p=postgis Correction from Kwon,Yongchan via transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15693 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml index a3c85b706..2cd23c761 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -1474,7 +1474,7 @@ FROM Description The |>> operator returns TRUE if the bounding box of geometry A - is strictly to the right of the bounding box of geometry B. + is strictly above the bounding box of geometry B. This operand will make use of any indexes that may be available on the geometries.