Re: Adding missing FROM-clause entry for table "customer" - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Adding missing FROM-clause entry for table "customer"
Date
Msg-id 20040820133219.GG20737@wolff.to
Whole thread Raw
In response to Adding missing FROM-clause entry for table "customer"  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: 7.4.5 release
Next
From: Jeff Eckermann
Date:
Subject: Re: need help with copy function