"Uwe C. Schroeder" <uwe@oss4u.com> writes:
> Is the %ROWTYPE" cached somewhere ? Is that intentional ?
I see some fixes in the 7.4 CVS logs for dropped columns in plpgsql
rowtypes. Not sure if they'd have any impact on added columns, but
you could try. In general though I'd expect that plpgsql would cache
the definitions of rowtypes, the same as it does for tables.
regards, tom lane