Re: BUG #3263: SQL Command error between versions

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3263: SQL Command error between versions
Дата
Msg-id 4640C5D8.5090002@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #3263: SQL Command error between versions  ("Nilay Ceter" <nilayceter@gmail.com>)
Список pgsql-bugs
Nilay Ceter wrote:
> 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.

What's the error message?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Nilay Ceter"
Дата:
Сообщение: BUG #3263: SQL Command error between versions
Следующее
От: "Sridhar Sourirajan"
Дата:
Сообщение: PSQL support on HP-UX, Solaris and AIX