Re: Re: can't delete record - Mailing list pgsql-interfaces

From Cedar Cox
Subject Re: Re: can't delete record
Date
Msg-id Pine.LNX.4.21.0103071701470.20863-100000@nanu.visionforisrael.com
Whole thread Raw
In response to can't delete record  (Cedar Cox <cedarc@visionforisrael.com>)
List pgsql-interfaces
Bingo!  That was it.. Thank you.

BTW, is this behavior documented (no error message)?  It should be.  
Even better, make plpgsql a little nicer ;)

-Cedar


On Wed, 7 Mar 2001, Jeffrey Lyon wrote:

> Do you have a trigger applied against this record on DELETE?  If so, are
> you returning NEW or OLD?  I think that you need to return NEW on an
> UPDATE or INSERT and an OLD on DELETE.
> 
> Jeffrey



pgsql-interfaces by date:

Previous
From: Cedar Cox
Date:
Subject: Re: Re: can't delete record
Next
From: lyonj@EM-Systems.com
Date:
Subject: Re: Re: can't delete record