Friday, 20 November 2015

Changing geometry type from Point to Multipoint within existing table in PostGIS?


Is there a PostGIS function that can change geometry type for an existing table?


We need to change from POINT to MULTIPOINT.


The table will be empty when we change the geometry type and we cannot just drop/create the table.





No comments:

Post a Comment