PostGIS  2.5.7dev-r@@SVN_REVISION@@
hausdorffdistancedensify

Compute the Hausdorff distance with densification thanks to the corresponding GEOS function hausdorffdistancedensify - SELECT ST_HausdorffDistance( 'POLYGON((0 0, 0 2, 1 2, 2 2, 2 0, 0 0))'::geometry, 'POLYGON((0.5 0.5, 0.5 2.5, 1.5 2.5, 2.5 2.5, 2.5 0.5, 0.5 0.5))'::geometry, 0.5);