Re: Bug in 7.1.3 and 7.2?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Bug in 7.1.3 and 7.2?
Дата
Msg-id 20011108195511.H55672-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Bug in 7.1.3 and 7.2?  (Hans-Jürgen Schönig <hs@cybertec.at>)
Список pgsql-bugs
> test=# select a.*, d.* from a as c, b as d where a.id=b.id;
> NOTICE:  Adding missing FROM-clause entry for table "a"
> NOTICE:  Adding missing FROM-clause entry for table "b"
>  id | id
> ----+----
>   3 |  3
>   3 |  3
>   3 |  3
>   3 |  4
>   3 |  4
>   3 |  4
> (6 rows)
>
> Althoug c and d are aliases for a and b, the two tables are added to the
> list in the from clause. Is this the desired behaviour or is it a bug?

AFAIK this is the desired behavior.  Once you've aliased the tables
you can't go back, there is no "a" or "b" any longer, just "c" and "d"
from those entries.

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

Предыдущее
От: Vincent.Gaboriau@answare.fr
Дата:
Сообщение: Curious problem with the character û é
Следующее
От: Stephen Pillinger
Дата:
Сообщение: PRNG not seeded => Seg.Fault