Recusrive Functions in 7.0.3 - Mailing list pgsql-sql

From
Subject Recusrive Functions in 7.0.3
Date
Msg-id 01020920225704.05071@localhost.localdomain
Whole thread Raw
Responses Re: Recusrive Functions in 7.0.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Are recursive functions allowed in in 7.0.3 as I seem to be unable to get them to work in plpgsql, it just freezes and
Ihave to do ctrl-alt-c.
 
ie calling the same function name from within some form of loop, possible to 4 or 5 levels?

Also is it possible to output any debugging info, all I really want to be able to do is print out a variable to the
screen.

Final quesion for pure speed on functions does PL/PGSQL have special compilation options or would I get better
performacefor PL/C?
 

Regards

Mark


pgsql-sql by date:

Previous
From: Jie Liang
Date:
Subject: Re: What's wrong with this function
Next
From:
Date:
Subject: PL/PGSQL Cook Book