Re: Bug in triggers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug in triggers
Date
Msg-id 10767.1268148353@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in triggers  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Bug in triggers  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> What seems odd to me is that NEW is apparently some other kind of
> thing that is not the same kind of thing as the row variable.

NEW is a record variable, not a row variable.  In this context that's
sensible because its actual rowtype is unspecified by the function text.
The implications for row-null handling aren't obvious though :-(

            regards, tom lane

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: Bug in triggers
Next
From: Pavel Stehule
Date:
Subject: Re: Bug in triggers