Re: [PATCHES] DELETE ... USING - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] DELETE ... USING
Date
Msg-id 19370.1113022011@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] DELETE ... USING  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Well, the discussion earlier in the week concluded that
>> add_missing_from=true should emit a notice in every case where
>> add_missing_from=false would fail.  Do you want to argue against
>> that conclusion?

> I didn't realize that "SELECT pg_class.*" was now going to fail because
> add_missing_from is false.

It always has, though.  Neil hasn't changed the behavior when
add_missing_from is false ... he's only made add_missing_from=true
emit a notice in *every* case where add_missing_from=false would
fail.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Optimizing maximum/minimum queries (yet again)
Next
From: Neil Conway
Date:
Subject: Re: Optimizing maximum/minimum queries (yet again)