I have a column that contains points (all they make one tile) and I need to extract the upper left point based on point coordinates.
Is there any built-in function in PostGIS to find?
Otherwise, I am thinking to get the first Xmin and Ymax manually by sorting.
