Returns a formatted copy of the transform definition.
ST_SpatialRefSys::ST_FormatTransformDefinition(transform-definition)
transform-definition
LONG VARCHAR
The spatial reference system transform definition text
LONG VARCHAR Returns a text string defining the transform definition
SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension
The following example returns the result +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +towgs84=0,0,0 +no_defs.
+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +towgs84=0,0,0 +no_defs
SELECT ST_SpatialRefSys::ST_FormatTransformDefinition('+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs')