Andreas Gaab writes:
> I have polygons with 5 points (left, center, right, top, bottom)
> Now I would like to select an individual point out of the polygon. Are
> there any functions to provide this
Doesn't look like it :-(. Seems like rather an oversight.
regards, tom
Hi there,
I have polygons with 5 points (left, center, right, top, bottom)
Now I would like to select an individual point out of the polygon. Are there
any functions to provide this in an readable manner other than:
e.g. SELECT replace(split_part(p::text,',(',1),'((','(')::point as point FROM