rsgb
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_transform(geom geometry, from_proj text, to_proj text)
Parameters
Name
Type
Mode
geom
geometry
IN
from_proj
text
IN
to_proj
text
IN
Definition
SELECT public.postgis_transform_geometry($1, $2, $3, 0)