to SetSRID(box3d, int) in chapter 5.1.2
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1655
b70326c6-7e19-0410-871a-
916f4a2858ee
AsText(GEOM) AS GEOM
FROM ROADS_GEOM
WHERE
- GEOM && GeomFromText('BOX3D(191232 243117,191232 243119)'::box3d,-1);</programlisting>
+ GEOM && SetSRID('BOX3D(191232 243117,191232 243119)'::box3d,-1);</programlisting>
<para>Note the use of the SRID, to specify the projection of the
BOX3D. The value -1 is used to indicate no specified SRID.</para>