Re: lost on self joins

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Matthew Nuzum <cobalt(at)bearfruit(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: lost on self joins
Date: 2003-01-15 20:52:49
Message-ID: 20030115205249.GB16969@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Jan 15, 2003 at 13:29:47 -0500,
Matthew Nuzum <cobalt(at)bearfruit(dot)org> wrote:
>
> Can anyone suggest a way for me to get the information I need? I'm very
> content to use a simple pl/pgsql function, however I don't know how I'd
> use recursion there.

Look at the tablefunc contrib package. I believe it provides the ability
to do what you are trying to do. You might need to have 7.3 to have it
available.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Antti Haapala 2003-01-15 22:19:52 Re: RFC: A brief guide to nulls
Previous Message Bruno Wolff III 2003-01-15 20:41:29 Re: RFC: A brief guide to nulls