PostgreSQL -Update auf Unique
ALTER TABLE foo ADD UNIQUE (thecolumn);
Ham-Solo
ALTER TABLE foo ADD UNIQUE (thecolumn);