Getting started
Geometry 2D functions
Geometry 3D/4D functions
System functions
Applications
For developers
DOUBLE ST_YMin(GEOMETRY geom);
Returns the minimum y-value of geom.
geom
SELECT ST_YMin('LINESTRING(1 2 3, 4 5 6)'); -- Answer: 2.0
ST_XMin, ST_XMax, ST_YMax, ST_ZMax, ST_ZMin
ST_XMin
ST_XMax
ST_YMax
ST_ZMax
ST_ZMin
Source code