Hi,
The postgis HTML documentation describes the SetSRID function this way:
SetSRID(geometry)
Set the SRID on a geometry to a particular integer value. Useful
in constructing bounding boxes for queries.
Wouldn't it be:
SetSRID(geometry, integer) ?
Nicolas