Is it possible to add an SRID to a PostGIS table after the fact. I have a table that I brought in with an SRID of -1 because at the time I didn't know it's SRID, but now I want to define it as 26915. An update using SETSRID() results in a check constraints error. Thanks