Re: aliases break my query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: aliases break my query
Дата
Msg-id 2392.959358366@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: aliases break my query  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список pgsql-sql
Peter Eisentraut <e99re41@DoCS.UU.SE> writes:
> Once again, I think that we *really* need to discuss whether implicit
> range table entries in SELECT are a good idea. We invariably get a
> question like this every week and invariably the answer is "if you give a
> table an alias you *must* refer to it by that alias". (I'm sure Tom has
> this reply automated by now.)

No, this one was actually a pretty original way of shooting oneself in
the foot ;-).  I thought the interesting point was the confusion between
whether variables in the inner select were supposed to be local to the
inner select or references to the outer select.  I'm not sure getting
rid of implicit rangetable entries would've helped prevent that.

> I claim the only thing that buys is
> confusion for very little convenience at the other end.
>
> Stop the madness! :)

I doubt that it's worth breaking a lot of existing applications for.

At one time Bruce had made some patches to emit informative notice
messages about implicit FROM entries, but that got turned off again
for reasons that I forget...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG/DBI: 'NOTICE: UserAbortTransactionBlock and not in in-progress state'
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: POSTGRESQL and PERL?