Rounding for geometry data type. ST_MAX_DECIMAL_DIGITS session/system parameter.

Details

Detail name Value
Changelog Number 8514
Type Improvement
Status Resolved
Fix Versions Exasol 7.0.0, Exasol 7.0.rc1, Exasol 7.0.beta2, Exasol 7.0.rc2
Resolution Date 2020-07-24

Background

It's possible to cast GEOMETRY datatypes to strings and back

Improvement

New session/system parameter ST_MAX_DECIMAL_DIGITS allows you to define maximum significant digits used by cast from geometry type to a string (Default 16).

It doesn't have any influence on internal storage of geometry type and on geometry operations.

More details can be found in documentation