fixpoint

Started by Luciano David Gerberover 23 years ago2 messageshackers
Jump to latest
#1Luciano David Gerber
gerberl@cs.man.ac.uk

Hi,

Does anyone know any implementation of a fixpoint operator (recursive
queries) for postgreSQL?

Thanks,
Luciano.

#2Hannu Krosing
hannu@tm.ee
In reply to: Luciano David Gerber (#1)
Re: fixpoint

On Thu, 2002-09-12 at 20:33, Luciano Gerber wrote:

Hi,

Does anyone know any implementation of a fixpoint operator (recursive
queries) for postgreSQL?

I'm not sure i know about fixpoint, but you may get some help with
recursive queries from connectby() function from contrib/tablefunc/

--------------
Hannu