[postgis-users] ST_Buffer

dave at inventium.co.uk dave at inventium.co.uk
Tue Nov 30 07:51:14 PST 2010


I am completely new to PostGIS and I appear to be falling at the first
hurdle. 
Trying the example in the documentation
(http://postgis.refractions.net/documentation/manual-1.5/ST_Buffer.html):  
SELECT ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50); 
works fine while:
SELECT ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50, 'quad_segs=4');
Gives a syntax error and
SELECT ST_Buffer(ST_GeomFromText('POINT(100 90)'), 50, 4);
crashes the server.
What am I doing wrong?
Versions:
PostgreSQL 8.4.5 on Windows 7
POstGIS 1.5.2
Thanks Dave






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20101130/ee5b9517/attachment.html>


More information about the postgis-users mailing list