From f65443e98069355c9f7415b6c4850e642d2f46c6 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 2 Dec 2011 06:27:51 +0000 Subject: [PATCH] try to make emphasis bold by putting in a role='bold' git-svn-id: http://svn.osgeo.org/postgis/trunk@8293 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 75e14e2d1..24e7559ca 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -1097,7 +1097,7 @@ select 'LINESTRING(0 0, 1 1)'::geometry ~= 'LINESTRING(0 1, 1 0)'::geometry as e Description The <-> operator returns distance between two points read from the spatial index for points (float precision). For - other geometries it returns the distance from centroid of bounding box of geometries. Useful for doing nearest neighbor approximate distance ordering. + other geometries it returns the distance from centroid of bounding box of geometries. Useful for doing nearest neighbor approximate distance ordering. This operand will make use of any indexes that may be available on the geometries. It is different from other operators that use spatial indexes in that the spatial index is only used when the operator @@ -1212,7 +1212,7 @@ Finally the hybrid: Description - The <#> KNN GIST operator returns distance between two floating point bounding boxes read from the spatial index if available. Useful for doing nearest neighbor approximate distance ordering. + The <#> KNN GIST operator returns distance between two floating point bounding boxes read from the spatial index if available. Useful for doing nearest neighbor approximate distance ordering. This operand will make use of any indexes that may be available on the geometries. It is different from other operators that use spatial indexes in that the spatial index is only used when the operator -- 2.40.0