[postgis-users] Adding new points to multipoints and new polygons to multipolygons

James Chamberlain james.chamberlain at gmail.com
Wed May 26 08:50:35 PDT 2010


Which version added ST_AddGeometry? I am running 1.5.1 and don't see
it listed in the docs or available functions in pgadmin.

- James


On Wed, May 26, 2010 at 10:30 AM, strk <strk at keybit.net> wrote:
> On Tue, May 25, 2010 at 09:29:05PM -0400, James Chamberlain wrote:
>> Hello,
>>
>> What is the best way to add a new point to a multipoint or a new polygon
>> to a multipolygon while maintaining order. I read about using union, but
>> it will not keep the order and therefore will not work for me. Speed and
>> efficiency are important as these updates will happen frequently.
>
> See ST_AddPoint and ST_AddGeometry.
> The latter should work in both cases.
> If it doesn't, file a feature request as I think it should :D
>
> --strk;
>
>
>  ()   Free GIS & Flash consultant/developer
>  /\   http://strk.keybit.net/services.html
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list