POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))
(1 row)
-SELECT ST_Box3D(geom), ST_Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt
+SELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt
FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, 1.0000001 0, 0 0))'::geometry As geom) As foo;
box3d
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Box2D" />, <xref linkend="ST_Box3D" /></para>
+ <para><xref linkend="Box2D" />, <xref linkend="Box3D" /></para>
</refsection>
</refentry>