Re: Source of User Defined functions.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Source of User Defined functions.
Дата
Msg-id 20080909220421.GG4223@alvh.no-ip.org
обсуждение исходный текст
Ответ на Source of User Defined functions.  (Saii <saiisia@gmail.com>)
Список pgsql-admin
Saii escribió:
> Hello,
>
>   I have a questions regarding the location of source code of user defined
> functions in Postgres. I used the following query to get all function names
> but I
>   do not see the source code of the user defined functions. In the 'prosrc'
> column, data is available for trigger functions only. Is there any other
> table/column where function source code can be found?

prosrc is source for all plpgsql functions (and others).  If you have C
functions, you cannot see the code because all we know is a shared
library to load and function name to call.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Saii
Дата:
Сообщение: Source of User Defined functions.
Следующее
От: kola toon
Дата:
Сообщение: BadGir