Обсуждение: Adding missing FROM-clause entry for table "customer"

Поиск
Список
Период
Сортировка

Adding missing FROM-clause entry for table "customer"

От
Ulrich Wisser
Дата:
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?

TIA

/Ulrich


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

От
Bruno Wolff III
Дата:
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.