Re: DELETE ... USING

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: DELETE ... USING
Дата
Msg-id 19133.1113020059@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: DELETE ... USING  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>     test=> SELECT pg_class.* LIMIT 0;
>     NOTICE:  adding missing FROM-clause entry for table "pg_class"

> Is this what we want?  I don't think so.  I thought we wanted to
> maintain the backward-compatible syntax of no FROM clause.

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?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: DELETE ... USING
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Minor fix in lwlock.c