Recusrive Functions in 7.0.3

Поиск
Список
Период
Сортировка
От
Тема Recusrive Functions in 7.0.3
Дата
Msg-id 01020920225704.05071@localhost.localdomain
обсуждение исходный текст
Ответы Re: Recusrive Functions in 7.0.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Jie Liang
Дата:
Сообщение: Re: What's wrong with this function
Следующее
От:
Дата:
Сообщение: PL/PGSQL Cook Book