Does Postgis have a Max Distance function for two geographies? It has ST_MaxDistance
defined on two geometries:
ST_MaxDistance — Returns the 2D largest distance between two geometries in projected units.
But I'm not able to find a similar function that does the same for two geographies. Does it have that kind of function? As a reference, here would be an example: https://cloud.google.com/bigquery/docs/reference/standard-sql/geography_functions#st_maxdistance. I am not looking to cast the geographies to geometries.