Re: "SELECT IN" Still Broken in 7.4b

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: "SELECT IN" Still Broken in 7.4b
Дата
Msg-id 20030820103841.Q10580-100000@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: "SELECT IN" Still Broken in 7.4b  (Rod Taylor <rbt@rbt.ca>)
Ответы Re: "SELECT IN" Still Broken in 7.4b
Re: "SELECT IN" Still Broken in 7.4b
Список pgsql-sql
On Wed, 20 Aug 2003, Rod Taylor wrote:

> > Thanks, Stephan.  I was really hoping that the IN(valuelist) was going to
> > be changed at the same time, because it really is unusable for anything
> > over a couple of thousand values.
>
> Changed to do what?

One possibility might be to act as if the valuelist was a table and do the
IN as if it were that way, rather than treating it as a set of ORs.  That
would be basically like doing the temporary table solution, but without
requiring the user to do it.





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

Предыдущее
От: "Aasmund Midttun Godal"
Дата:
Сообщение: Before/After Trigger User Switching
Следующее
От: Mike Winter
Дата:
Сообщение: Re: "SELECT IN" Still Broken in 7.4b