[postgis-users] problems with segmentize
strk at refractions.net
strk at refractions.net
Tue Jun 14 04:21:37 PDT 2005
On Tue, Jun 14, 2005 at 01:18:33PM +0200, Stefan Mayr wrote:
> the error says :syntax error near or at "segmentize". in my database i have just
> one table with geometry. i want to segmentize it with the statement:
> segmentize(LINESTRING, value).
> whats the statement?
SELECT segmentize(<geometry_column>, <float>)
... if this tells you anything new you should really
read an SQL manual, you can find one on postgresql
website.
--strk;
More information about the postgis-users
mailing list