fixpoint
Started by Luciano David Gerberover 23 years ago2 messageshackers
Hi,
Does anyone know any implementation of a fixpoint operator (recursive
queries) for postgreSQL?
Thanks,
Luciano.
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