What's it: NOTICE: Adding missing FROM-clause entry

Поиск
Список
Период
Сортировка
От Vitaliy V. Romanets
Тема What's it: NOTICE: Adding missing FROM-clause entry
Дата
Msg-id Pine.LNX.4.10.10106251652570.337-100000@raven.gu.net
обсуждение исходный текст
Ответы Re: What's it: NOTICE: Adding missing FROM-clause entry  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: What's it: NOTICE: Adding missing FROM-clause entry  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Hi All!  :)
There are two tables:
test(a int4,b varchar(20));
test2(c int4,d varchar(20));
I do the following:
 select a,b,test2.d from test where a=test2.c;

and i receive:
****
NOTICE:  Adding missing FROM-clause entry for table "test2"
 a | b | d
---+---+---
 *result*
****
Question: what's this- NOTICE:  Adding missing FROM-clause entry for table
          "test2"

version: PostgreSQL 7.1

Thanks..

Sorry for my english...:)


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: RH announcement is there
Следующее
От: Bruce Momjian
Дата:
Сообщение: Red Hat to support PostgreSQL