You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ST_ForceBase does not add a double argument for the 3D values, so the 2-argument signature errors:
select st_force3dm('point(3 4)', 3.4);
Binder Error:
No function matches the given name and argument types 'ST_Force3DM(STRING_LITERAL, DECIMAL(2,1))'. You might need to add explicit type casts.
Candidate functions:
ST_Force3DM(GEOMETRY) -> GEOMETRY
LINE 1: select st_force3dm('point(3 4)', 3.4);
The text was updated successfully, but these errors were encountered:
marcoslot
changed the title
ST_Force3D functions no longer accepts M value
ST_Force3D functions no longer accepts M/Z value
Feb 24, 2025
ST_ForceBase does not add a double argument for the 3D values, so the 2-argument signature errors:
The text was updated successfully, but these errors were encountered: