From: Regina Obe Date: Thu, 6 Mar 2014 05:39:21 +0000 (+0000) Subject: forgot to save last change X-Git-Tag: 2.2.0rc1~1210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4214fd8bf09dbcbd6eab076c033762459069eebc;p=postgis forgot to save last change git-svn-id: http://svn.osgeo.org/postgis/trunk@12294 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 390666cfa..7c94d8c2d 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -1226,7 +1226,7 @@ SELECT ST_AsTWKB('LINESTRING(1 1,5 5)'::geometry,0,1); Description Returns the geometry in TWKB format. TWKB is a new compressed binary format. - This is the aggregate version of ST_AsTWKB. It aggregates and returns the geoemtry in TWKB-format. In the resulting TWKB-geometry each individual ID of the input geometries is stored. + This is the aggregate version of ST_AsTWKB. It aggregates and returns the geometry in TWKB-format. In the resulting TWKB-geometry each individual ID of the input geometries is stored. The second parameter is an integer used to define the number of coordinate decimals in the output. The third parameter is optional. It is used to give each TWKB-geometry an unique ID