From: Regina Obe Date: Wed, 1 Jul 2009 12:30:47 +0000 (+0000) Subject: arg should be text not string for st_buffer X-Git-Tag: 1.5.0b1~609 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9cb9c7428f17f5bbc506e67bf7886accabef862;p=postgis arg should be text not string for st_buffer git-svn-id: http://svn.osgeo.org/postgis/trunk@4236 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index 57184ac61..cb2bb8355 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -11558,7 +11558,7 @@ SELECT ST_Buffer(ST_GeomFromText('POINT(50 50)'), 20) As smallc, geometry ST_Buffer geometry g1 float radius_of_buffer - string buffer_style_parameters + text buffer_style_parameters