Recursive functions aren't possible, are they?

From: "Ivan Babikov" <iab(at)qms(dot)e-burg(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: Recursive functions aren't possible, are they?
Date: 2002-03-25 11:12:16
Message-ID: a7n0im$1jck$1@jupiter.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all!

I wonder if it is possible to create recursive function in Posgresql?

The problem seems to be in oid which is unknown because calling itself
function does not have it yet at the moment of its creation.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ivan Babikov 2002-03-25 11:21:27 Re: Recursive functions aren't possible, are they?
Previous Message jack 2002-03-25 10:36:15 Re: About EXECUTE in pl/pgsql