ST_MMin — Returns the M minima of a geometry.
float ST_MMin(geometry geom);
Returns the M minima of a geometry, or null of the geometry lacks M values.
This function supports 3d and will not drop the z-index.
This method supports Circular Strings and Curves.
SELECT ST_MMin('POINT M (1 2 3)');
st_mmin
-------
3