Re: missing FROM-clause in version 9.2

Lists: pgsql-general
From: Arun P(dot)L <arunpl(at)hotmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: missing FROM-clause in version 9.2
Date: 2013-06-24 11:10:57
Message-ID: SNT136-W51B80F314924A5D9C24C9EDB8A0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi All,

Getting an error in version 9.2 "ERROR: missing FROM-clause entry for table" for some queries. Server parameter "add_missing_from" is removed from version 9 as per release notes, so is there any workaround for fixing this issue? or is the better way is modifying all these queries ?

Thanks for your help in Advance,
Arun


From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Arun P(dot)L *EXTERN*" <arunpl(at)hotmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: missing FROM-clause in version 9.2
Date: 2013-06-24 12:32:32
Message-ID: A737B7A37273E048B164557ADEF4A58B17BB5E4C@ntex2010a.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Arun P.L wrote:
> Getting an error in version 9.2 "ERROR: missing FROM-clause entry for table" for some queries. Server
> parameter "add_missing_from" is removed from version 9 as per release notes, so is there any
> workaround for fixing this issue? or is the better way is modifying all these queries ?

The parameter has been "off" by default since version 8.1
and was removed in version 9.0.

You will have to fix the queries.

Yours,
Laurenz Albe