Re: Functions in postgres

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Functions in postgres
Дата
Msg-id 200411091408.26861.peter_e@gmx.net
обсуждение исходный текст
Ответ на Functions in postgres  ("Tk421" <vrobador@vodafone.es>)
Список pgsql-general
Am Dienstag, 9. November 2004 13:29 schrieb Tk421:
>     I've made some functions, an i want these functions to be used by a
> specified user, but i don't want this user can see the code of the
> functions. Does somebody knows how can i do this?

The only way to do that would be to write the function in C and compile it
into a shared library.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: "Tk421"
Дата:
Сообщение: Functions in postgres
Следующее
От: "Ed L."
Дата:
Сообщение: Re: server auto-restarts and ipcs