Re: Bug #470: INTERSECT fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #470: INTERSECT fails
Дата
Msg-id 16598.1001601318@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #470: INTERSECT fails  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> INTERSECT fails

I believe this is fixed in current sources (7.2-to-be).  The problem
is with INTERSECT (or EXCEPT) as the input to another INTERSECT/EXCEPT.
You could work around it in 7.1 by doing one INTERSECT into a temp
table and then intersecting with that.

            regards, tom lane

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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: [HACKERS] PostgreSQL / PHP Overrun Error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: maybe a bug?