Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join

From: m laks <mlaks2000(at)yahoo(dot)com>
To: Jaime Casanova <systemguards(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join
Date: 2008-06-17 12:10:01
Message-ID: 41774.95297.qm@web33609.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- On Tue, 6/17/08, Jaime Casanova &lt;systemguards(at)gmail(dot)com&gt; wrote:

maybe the add_missing_from parameter in postgresql.conf is what you
need to get some sleep :)
it's there for older application like yours

Dear Jaime,

Tommy's suggestion worked right away. I wanted to
understand more of the philiosphy behind what you wrote.

Looking around, I just found many references to changes like this
&nbsp;
From: Neil Conway &lt;neilc(at)samurai(dot)com&gt;To: pgsql-patches &lt;pgsql-patches(at)postgresql(dot)org&gt;Subject: add_missing_from = falseDate: Thu, 07 Apr 2005 17:04:26 +1000

Now that DELETE has a USING clause, we should be able to make
add_missing_from=false the default in 8.1; the attached patch implements
this and updates the documentation.
Barring any objections, I'll apply this tomorrow.

Is there a canonical place to read more about this issue?

Thank you all so much!!!!!
Mitchell

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tommy Gildseth 2008-06-17 12:12:51 Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join
Previous Message Albe Laurenz 2008-06-17 12:09:50 Re: problem with to_ascii() function in version 8.3.3