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

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join
Дата
Msg-id c2d9e70e0806162332y61abf763s7a0ffbd4c73edb91@mail.gmail.com
обсуждение исходный текст
Ответ на ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join  (m laks <mlaks2000@yahoo.com>)
Ответы Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join  (m laks <mlaks2000@yahoo.com>)
Список pgsql-general
On Tue, Jun 17, 2008 at 1:25 AM, m laks <mlaks2000@yahoo.com> wrote:
> Hi,
> I am migrating to postgresql 8.1 from 7.4 with debian.
>
[...]
>
> the following worked before:
>
> LTA_IDB=# delete  from instancetable where ( (imagelevel.serparent=
> '1.2.840.113704.1.111.4640.1185891989.4') and (instancetable.imageuid=
> imagelevel.sopinsuid));        (at least in postgresql 7.4 using perl DBI).
>
> It worked on postgresql 7.4 and now on postgresql 8.1 I get error:
>
> ERROR:  missing FROM-clause entry for table "imagelevel"
>

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


--
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Guayaquil - Ecuador
Cel. (593) 87171157

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

Предыдущее
От: m laks
Дата:
Сообщение: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join
Следующее
От: Tommy Gildseth
Дата:
Сообщение: Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join