[postgis-users] Spatial column from text via a VIEW, Possible?
Mike Toews
mwtoews at gmail.com
Tue Mar 6 10:48:29 PST 2012
On 7 March 2012 06:10, Bob Basques <Bob.Basques at ci.stpaul.mn.us> wrote:
> ...
> ST_AsText(ST_Transform(ST_SetSRID(ST_MakePoint(part3::numeric,
> part4::numeric),4326)), 200068) as geom_city
> ...
> ERROR: function st_transform(geometry) does not exist
> LINE 4: ST_AsText(ST_Transform(ST_SetSRID(ST_MakePoint(pa...
It looks like "4326)), 200068)" should be "4326), 200068))"
-Mike
More information about the postgis-users
mailing list