Re: [HACKERS] "Adding missing from clause" (replacement)

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: [HACKERS] "Adding missing from clause" (replacement)
Дата
Msg-id Pine.LNX.4.21.0305011804030.26465-200000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: [HACKERS] "Adding missing from clause" (replacement)  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-patches

Someone slap me, here's the patch attached this time...


On Thu, 1 May 2003, Nigel J. Andrews wrote:

> On Thu, 1 May 2003, Tom Lane wrote:
>
> > "Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> > > * Add enable_implicited_join GUC, defaulting to true. Emit notice if
> > > enabled, throw error if disabled when adding implicit RTE.
> >
> > I'd call it "enable_implicit_from", I think, but otherwise this seems
> > reasonable...
>
> Fair enough, I'm not particularly sold on my choice so here's a replacement
> patch with the GUC name changed. If there's a problem it'll probably be because
> I edited the patch and not the source.
>
> Log:
>
> * Add enable_implicit_from GUC, defaulting to true. Emit notice if
>   enabled, throw error if disabled when adding implicit RTE.
>

--
Nigel J. Andrews

Вложения

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

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: [HACKERS] "Adding missing from clause" (replacement)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: [HACKERS] "Adding missing from clause"