My goal: To read the points from a Geography Polygon stored in my PostGIS database.
The PostGIS manual has a great example of how to extract a Polygon from ...
I have a database storing a pair of x,y coordinates on each records. I have already generated 1000 points. However, how can I make sure there's no duplicate points ...