ST_SetSRID

Introduction: Sets the spatial reference system identifier (SRID) of the geometry.

Format: ST_SetSRID (A:geometry, srid: Integer)

Return type: Geometry

SQL example:

SELECT ST_SetSRID(polygondf.countyshape, 3021)
FROM polygondf