Call dynamic PL/PGSQL function

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Call dynamic PL/PGSQL function
Date: 2005-05-19 12:24:28
Message-ID: 428c7e58$0$889$8fe63b2a@news.disputo.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
what's the best way in pl/pgsql to call a function with a dynamic name
from inside another pl/plsql function?

like..

SELECT INTO
function_name
name
FROM
functions
WHERE
bar;

EXECUTE function_name..??

Thanks in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2005-05-19 12:42:26 Re: 8.0.3 build error on Mac OS X 10.4
Previous Message Michael Glaesemann 2005-05-19 11:20:12 Re: 8.0.3 build error on Mac OS X 10.4