I have a table with a geom column as a geometry(MULTIPOLYGON)
I would like to create an additional column of type geometry(LINESTRING)
How can I do this using a PostGIS Query?
I need to be able to use the linestring in Geoserver to style labels along the line.