Re: Recusrive Functions in 7.0.3

Поиск
Список
Период
Сортировка
От mark proctor
Тема Re: Recusrive Functions in 7.0.3
Дата
Msg-id 01021011100509.05071@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Recusrive Functions in 7.0.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Ahh I found what I was doing wrong, there was a rogue value being returned causing to infinite loop. Its fixed now. 
Creating that script you recommended set my thinking process straight.

many thanks

Mark

On Saturday 10 February 2001 08:42, Tom Lane wrote:
> 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: combining
Следующее
От: mark proctor
Дата:
Сообщение: Recusrive Functions in 7.0.3