> Unfortunately, I do not know the syntax for ALTER CONSTRAINT ...> FORIEGN KEY .... Post it as a question to the list.
ALTER TABLE foo ADD FOREIGN KEY (field) REFERENCES table(field);
Chris