From e42a126ace7384cd0d7e38d1cc851b093939c06a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 10 Mar 2012 13:42:56 +0000 Subject: [PATCH] Use as appropriate (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9456 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_operator.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml index cc6da36a5..a517b056c 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -1129,7 +1129,9 @@ ORDER BY d limit 10;]]> 18472.5531479404 | ALQ | 002 (10 rows) + Then the KNN raw answer: + 'SRID=3005;POINT(1011102 450541)'::geometry limit 10;]]> @@ -1148,9 +1150,13 @@ ORDER BY geom <-> 'SRID=3005;POINT(1011102 450541)'::geometry limit 10;]]> 26764.2555463114 | ALQ | 125 (10 rows) + Note the misordering in the actual distances and the different entries that actually show up in the top 10. + + Finally the hybrid: +