Re: Functions
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(dot)baranes(at)dbnet(dot)co(dot)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
Home |
Main Index |
Thread Index