Re: Adding missing FROM-clause entry for table "customer"

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Adding missing FROM-clause entry for table "customer"
Дата
Msg-id 20040820133219.GG20737@wolff.to
обсуждение исходный текст
Ответ на Adding missing FROM-clause entry for table "customer"  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
Список pgsql-general
On Fri, Aug 20, 2004 at 14:52:37 +0200,
  Ulrich Wisser <ulrich.wisser@relevanttraffic.se> wrote:
> Hi,
>
> what does that line from my logfile mean?
>
> Adding missing FROM-clause entry for table "customer"
>
> Would pg change my SQL queries on the fly?

You have referenced a table not listed explicitly in the from-item list.
This is almost certainly a mistake in the written SQL. It may or may not
be doing what you intended, depending on whether you used the wrong table
name or just left the table name off the from item list.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: 7.4.5 release
Следующее
От: Jeff Eckermann
Дата:
Сообщение: Re: need help with copy function