BUG #3277: error occurs between different versions - Mailing list pgsql-bugs

From Nilay Ceter
Subject BUG #3277: error occurs between different versions
Date
Msg-id 200705140830.l4E8UHtB023534@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3277: error occurs between different versions  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3277
Logged by:          Nilay Ceter
Email address:      nilayceter@gmail.com
PostgreSQL version: 8.2.3
Operating system:   windows
Description:        error occurs between different versions
Details:

We are developing a network based application, using postgre sql.

Earlier version has been developed using Postgre SQL 8.0 and there was no
problem.

But we use Postgre SQL 8.2 in new version and we are experiencing some
problems about our sql commands.

The command line:

select seri_no, ad as baslik, kull_ref as Kullanıcı_Referansi, sorumlu
from onay,dokuman where p_id='yonetici' and onay.dokuman_id=dokuman.seri_no
and onay_durum.seri_no=seri_no and onay_durum.p_id='yonetici' and
(dokuman.durum=1 or dokuman.durum=2 or dokuman.durum=6 or dokuman.durum=7)
and onay_durum.durum=0 and seri_no>0


was working properly in Postgre SQL 8.0 but in version Postgre SQL 8.2 the
second "and" gives an error.
And it is :

" Project dym.exe raised exception class EPSQLDatabaseError with message
'PostgreSQL Error Code : (1)
ERROR: missing FROM-clause entry for table "onay_durum" at character 152'
.Process stopped.Use Step or Run to continue. "

would you please help us?

Best Regards

pgsql-bugs by date:

Previous
From: "michael"
Date:
Subject: BUG #3276: unique index/unique constraint
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #3277: error occurs between different versions