2010/3/9 Tom Lane <[email protected]>: > Robert Haas <[email protected]> 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 :-( >
is it necessary definition there? This is defined well from context. regards Pavel Stehule > regards, tom lane > > -- > Sent via pgsql-bugs mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-bugs > -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
