Is it possible to perform an alter table with add foreign key constraint in PostgreSQL? We are trying to support multiple DBMS in our project by keeping to a common, compatible denominator. Oracle, supports such a construct. Does (or might) PostgreSQL support this feature?