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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to