|
Re: [HACKERS] Deferred uniqueness versus foreign keys: msg#01881pgsql-hackers
Jeff Davis <pgsql@xxxxxxxxxxx> writes: > Is it a problem to allow unique constraints to be deferrable until the > end of the command though? Yes. If you do have a case where this matters, the command updating the referenced table is most likely different from the one updating the referencing table, and so the command boundaries aren't the same. I think what we can do for now is insist that the FK's unique constraint be immediate-mode. Trying to relax that looks like a research project to me. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |