Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> What I would not like to see removed is the ability to
>> avoid the from clause alltogether. Like in:
>>
>> select xor.eval;
> This is an interesting suggestion. I wonder if we can do this. We can
> avoid producing NOTICE messages in this case.
Sure --- only emit the notice if there is at least one RTE that *is*
marked inFromCl.
regards, tom lane