Re: Using Array-Values in subselect - Mailing list pgsql-sql

From Alvar Freude
Subject Re: Using Array-Values in subselect
Date
Msg-id 3A11B31C.A79C972C@merz-akademie.de
Whole thread Raw
In response to Using Array-Values in subselect  (Alvar Freude <alvar.freude@merz-akademie.de>)
Responses Re: Using Array-Values in subselect
List pgsql-sql
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. :)


Alvar

-- 
Alvar C.H. Freude  |  alvar.freude@merz-akademie.de
   Demo: http://www.online-demonstration.org/  |  Mach mit!
Blast-DE: http://www.assoziations-blaster.de/   |  Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/               |  Blast/english


pgsql-sql by date:

Previous
From: "Edmar Wiggers"
Date:
Subject: RE: Using Array-Values in subselect
Next
From: Stephan Szabo
Date:
Subject: Re: Using Array-Values in subselect