Introduction: Sets the spatial reference system identifier (SRID) of the geometry.
Format: ST_SetSRID (A:geometry, srid: Integer)
ST_SetSRID (A:geometry, srid: Integer)
Return type: Geometry
Geometry
SQL example:
SELECT ST_SetSRID(polygondf.countyshape, 3021) FROM polygondf