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

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Ulrich Wisser <ulrich(dot)wisser(at)relevanttraffic(dot)se>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Adding missing FROM-clause entry for table "customer"
Date: 2004-08-20 13:32:19
Message-ID: 20040820133219.GG20737@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Aug 20, 2004 at 14:52:37 +0200,
Ulrich Wisser <ulrich(dot)wisser(at)relevanttraffic(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2004-08-20 13:47:24 Re: need help with copy function
Previous Message Bruno Wolff III 2004-08-20 13:20:29 Re: 7.4.5 release