Re: Dump LineString GEOM to Point GEOM (One Model To Another)

2013-05-31 Thread Jani Tiainen
On Wed, 29 May 2013 07:13:04 -0700 (PDT) kpurdon wrote: > Is it possible, outside of using a raw SQL query (PostGIS/PostgreSQL) to do > a GEOM dump. > > I have a table (model) where 1 row is 1 LineString and I need to dump that > table into another table (model) where 1 row is 1 point from the

Dump LineString GEOM to Point GEOM (One Model To Another)

2013-05-29 Thread kpurdon
Is it possible, outside of using a raw SQL query (PostGIS/PostgreSQL) to do a GEOM dump. I have a table (model) where 1 row is 1 LineString and I need to dump that table into another table (model) where 1 row is 1 point from the LineString. Raw SQL would be something like: SELECT geom AS point