Call dynamic PL/PGSQL function - Mailing list pgsql-general

From Hannes Dorbath
Subject Call dynamic PL/PGSQL function
Date
Msg-id 428c7e58$0$889$8fe63b2a@news.disputo.net
Whole thread Raw
Responses Re: Call dynamic PL/PGSQL function
List 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

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: 8.0.3 build error on Mac OS X 10.4
Next
From: John DeSoi
Date:
Subject: Re: 8.0.3 build error on Mac OS X 10.4