Re: Recusrive Functions in 7.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: m(dot)proctor(at)bigfoot(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Recusrive Functions in 7.0.3
Date: 2001-02-10 08:42:11
Message-ID: 2918.981794531@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

mark proctor <m(dot)proctor(at)bigfoot(dot)com> writes:
> However if I put the PERFORM line back in to create a recursive
> function it just goes on forever, and I only have 6 nodes.

Hm. There may be a bug here, or maybe you're still confused... but I'm
not eager to reverse-engineer your table declarations and data from this
sketch. Would you mind providing a complete example, ie a SQL script to
reproduce the problem starting from an empty database?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message mark proctor 2001-02-10 08:43:04 Recusrive Functions in 7.0.3
Previous Message Tom Lane 2001-02-10 03:29:19 Re: Recusrive Functions in 7.0.3