Re: Functions - Mailing list pgsql-admin

From imad
Subject Re: Functions
Date
Msg-id 1f30b80c0611270133m189cc12qfe207c879dfe2802@mail.gmail.com
Whole thread Raw
In response to Functions  ("Doron Baranes" <doron.baranes@dbnet.co.il>)
List pgsql-admin
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
>

pgsql-admin by date:

Previous
From: "Doron Baranes"
Date:
Subject: Functions
Next
From: "Doron Baranes"
Date:
Subject: postgres and solaris