Обсуждение: Functions

Поиск
Список
Период
Сортировка

Functions

От
"Doron Baranes"
Дата:
Hi,

I'm new to postgres and i cant find how can i get a function code from the database.

10x
Doron

Re: Functions

От
imad
Дата:
select prosrc from pg_proc where proname = '<function_name>';

However you cannot see the code of C language function with this query.

is that what you wanted?

--Imad
www.EnterpriseDB.com


On 11/27/06, Doron Baranes <doron.baranes@dbnet.co.il> wrote:
>
> Hi,
>
> I'm new to postgres and i cant find how can i get a function code from the database.
>
> 10x
> Doron
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>