mValue and zValue aren’t specified. The output contains X, Y, Z, and M coordinates. For geometries already in 4D form, the function returns the original geometry unmodified.
Example output is after calling ST_AsText() on returned geometry, which adds Z for in the WKT for 3D geometries
Signatures
Parameters
The input geometry.
The Z coordinate value to assign. Defaults to
0.0 if not specified.The M (measure) coordinate value to assign. Defaults to
0.0 if not specified.Return type
The resulting geometry.

