]> granicus.if.org Git - postgis/commitdiff
Typo in SQL example fixed.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 30 Aug 2001 22:24:17 +0000 (22:24 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 30 Aug 2001 22:24:17 +0000 (22:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@59 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 76cf49aa4ed1f4da93c93e259a6f518a831acddd..1a1628dd2cc200503998a2e1d2c9470228f6c65a 100644 (file)
@@ -341,7 +341,7 @@ db=#
                         "ROADS_GEOM" table in which the geometry was equal to that value.</para> 
                  <para>When using the "&amp;&amp;" operator, you can specify either a
                         BOX3D as the comparison feature or a GEOMETRY. When you specify a GEOMETRY,
-                        however, the bounding box will be used for the comparison.</para><literallayout>SELECT * FROM ROADS_GEOM WHERE GEOM &amp;&amp; 'POLYGON(191232 243117,191232 243119,191234 243117,191232 243117)'::geometry;</literallayout> 
+                        however, the bounding box will be used for the comparison.</para><literallayout>SELECT * FROM ROADS_GEOM WHERE GEOM &amp;&amp; 'POLYGON((191232 243117,191232 243119,191234 243117,191232 243117))'::geometry;</literallayout> 
                  <para>The above query will use the bounding box of the polygon for
                         comparison purposes.</para>
                  <para>The most common spatial query will probably be a "frame-based"