Dynamic function execution?

Поиск
Список
Период
Сортировка
От Nick Johnson
Тема Dynamic function execution?
Дата
Msg-id 1F37CD5F-F711-41C9-A9AC-88F06FE78115@notdot.net
обсуждение исходный текст
Ответы Re: Dynamic function execution?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Can anyone provide me with some direction on how to write a function
I can load into postgres that will execute a function specified by
OID (or regproc/regprocedure) at runtime, with type safety? I've been
able to write such a function in C, but I was unable to figure out
how to determine the parameters that the specified function expects,
so I can prevent calling a function that doesn't match the expected
signature (which segfaults postgres).

-Nick Johnson

В списке pgsql-general по дате отправления:

Предыдущее
От: "Eric B. Ridge"
Дата:
Сообщение: Re: Possible data corruption with Postgres 7.4.8
Следующее
От: r irussel
Дата:
Сообщение: Urgent !!! Please Help Me