ST_MMax — Returns the M minima of a geometry.
float ST_MMax(geometry geom);
Returns the M minima of a geometry, or null of the geometry lacks M values.
Questa funzione supporta il 3d e non distrugge gli z-index.
Questo metodo supporta le Curve e le Circular String.
SELECT ST_MMax('POINT M (1 2 3)');
st_mmax
-------
3