From: Regina Obe Date: Mon, 16 Nov 2009 19:04:08 +0000 (+0000) Subject: fix typos in ST_MakeEnvelope (at least he tries :) ) X-Git-Tag: 1.5.0b1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff7cf043f1b98057d429d6383ad5edd10903ec1;p=postgis fix typos in ST_MakeEnvelope (at least he tries :) ) git-svn-id: http://svn.osgeo.org/postgis/trunk@4833 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index a07e257ff..57c7cf454 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -1127,9 +1127,9 @@ LINESTRING(1 2 3,3 4 5,6 6 6) - Example: Building an bounding box polygon + Example: Building a bounding box polygon -SELECT ST_AsText(ST_MakePolygon(10, 10, 11, 11, 4326)); +SELECT ST_AsText(ST_MakeEnvelope(10, 10, 11, 11, 4326)); st_asewkt -----------