Re: simple recursive function in plpgsql fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Hammond <drew(at)xyzzy(dot)dhs(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: simple recursive function in plpgsql fails
Date: 2002-06-14 05:02:20
Message-ID: 3195.1024030940@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Andrew Hammond <drew(at)xyzzy(dot)dhs(dot)org> writes:
> [ problems with a recursive plpgsql function ]

Yeah, there are some known bugs there :-(. AFAICS this cannot be
fixed properly until we get around to doing the querytree restructuring
that I keep ranting about --- in particular, making a clean distinction
between plan tree and execution state.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message juerg.rietmann 2002-06-14 08:08:03 function not running after upgrade from 7.03 to 7.2
Previous Message Christopher Kings-Lynne 2002-06-14 02:24:05 Re: make a unique index for foreign keys?