Re: pl/pgsql recursion/arrays (fwd)

From: Bo Lorentsen <bl(at)netgroup(dot)dk>
To: Jason Tan <jason(at)rebel(dot)rebel(dot)net(dot)au>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pl/pgsql recursion/arrays (fwd)
Date: 2001-09-04 10:53:40
Message-ID: 3B94B2B4.3BB32BDE@netgroup.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jason Tan wrote:

> I can tell you right now, it works.

That's nice. Are you using the SETOF to make a list (then how do you append to
it) or did you do something else to accumulate the array ?

> I have implemented a function that recurses through records that index on
> each other in tree style.

Funny thing, this is exactly the problem Im addressing to :-)

> I think I have read all the latest offical doco, and dont recall seeing
> that (SETOF) there.

Hmm, I don't even remember from where I found this info.

/BL

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message CONDLEJ 2001-09-04 17:39:32 Problem running configure on Solaris 2.7
Previous Message Jason Tan 2001-09-04 09:19:04 Re: pl/pgsql recursion/arrays (fwd)