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

Adding missing FROM-clause entry for table "customer"

From
Ulrich Wisser
Date:
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"

From
Bruno Wolff III
Date:
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.