0
Is it possible to return the nearest vertex to another? One of the observed geometries is a linestring. As in the figure below:
I want to return the single vertex of the linestring (which is represented by the black dots) which is closest to the red dot (which does not belong to the linestring, but is over it). Is there any function in postgis for that?