Re: Using Array-Values in subselect

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Using Array-Values in subselect
Дата
Msg-id Pine.BSF.4.21.0011141429020.68986-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: Using Array-Values in subselect  (Alvar Freude <alvar.freude@merz-akademie.de>)
Ответы Re: Using Array-Values in subselect  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
If you look in contrib of the source, there is a set of
array operators(functions) including element in set.
That'll probably do what you want (you don't do an in
actually, it'll be like <elem> <op> <array column>)

On Tue, 14 Nov 2000, Alvar Freude wrote:

> Roberto Mello schrieb:
> >         Looks like you want something similar to Oracle's CONNECT BY statement.
> > There are some solutions to that. At OpenACS we had to deal with that so
> > implemented something like what you described here.
> >         However, the methods described by Joe Celko is his book "SQL For
> > Smarties" on chapters 28 and 29 (I think) are better and more robust. If
> > you search for "trees" and related topics at the openacs.org and
> > arsdigita.com's web/db web bulletin boards, you'll find several hits.
> 
> Thanks, the solutions discussed on these sites suggest the use of lookup
> tables with parent and child for each record. I have thought about the
> same, but thought the arrays in Postgres could provide a more elegant
> way of building a tree.
> 
> I want to migrate from MySQL to Postgres mainly because the array and
> subselect features. And finally the article at
> http://www.phpbuilder.com/columns/tim20001112.php3 convinced me it could
> run on my small machine. But it appears to me that the arrays always are
> handled like strings and are not really useful for anything advanced. I
> can't really believe it, please prove me wrong! I have set great hope in
> Postgres. :)




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

Предыдущее
От: Alvar Freude
Дата:
Сообщение: Re: Using Array-Values in subselect
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using Array-Values in subselect