Re: Recusrive Functions in 7.0.3 - Mailing list pgsql-sql

From Tom Lane
Subject Re: Recusrive Functions in 7.0.3
Date
Msg-id 2918.981794531@sss.pgh.pa.us
Whole thread Raw
In response to Recusrive Functions in 7.0.3  (<plpgsql@polar-digital.com>)
Responses Re: Recusrive Functions in 7.0.3  (mark proctor <m.proctor@bigfoot.com>)
List pgsql-sql
mark proctor <m.proctor@bigfoot.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


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recusrive Functions in 7.0.3
Next
From: "Kim Yunhan"
Date:
Subject: How to make operator class?