Re: referential integrity constraints not checked inside PL/pgSQL functions?
Chris Browne <cbbrowne@acm.org>
From: Christopher Browne <cbbrowne@acm.org>
To: pgsql-general@postgresql.org
Date: 2004-05-13T11:59:54Z
Lists: pgsql-general
Supposing you drop the "delete from b;" from the function, you'll find that the function fails with much the same error message you had before. Evidently that foreign key check gets _deferred_ in the context of the stored procedure. It is indeed checked; just not at the point you expect it to be checked at. -- select 'cbbrowne' || '@' || 'ntlug.org'; http://www3.sympatico.ca/cbbrowne/advocacy.html Rules of the Evil Overlord #89. "After I captures the hero's superweapon, I will not immediately disband my legions and relax my guard because I believe whoever holds the weapon is unstoppable. After all, the hero held the weapon and I took it from him." <http://www.eviloverlord.com/>