Re: ERROR: missing FROM-clause entry for table "new"

Tom Lane <[email protected]> Tue, 30 Apr 2019 09:47:38 -0400
Newsgroups gmane.comp.db.postgresql.sql
Message-ID <[email protected]>
Mike LAZLO <[email protected]> writes:
> What is wrong with this picture:

Hm, the error message is pretty unhelpful, but I think the root problem
is too many "NEW"s in several places:

> , NEW.NEW.aircraft_key::int
    ^^^^^^^

			regards, tom lane