From 8e801383f95c0242e31fcbf38e948f2c5dd545b3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 20 Dec 2004 14:02:12 +0000 Subject: [PATCH] Added addBBOX() and dropBBOX() documentation. git-svn-id: http://svn.osgeo.org/postgis/trunk@1166 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/postgis.xml b/doc/postgis.xml index 0d7d18556..fb4235b26 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3886,6 +3886,24 @@ FROM geometry_table; + + addBBOX(geometry) + + Add bounding box to the geometry. This would make bounding + box based queries faster, but will increase the size of the + geometry. + + + + + dropBBOX(geometry) + + Drop the bounding box cache from the geometry. + This reduces geometry size, but makes bounding-box based + queries slower. + + + force_collection(geometry) -- 2.50.1