Re: Functions

From: imad <immaad(at)gmail(dot)com>
To: "Doron Baranes" <doron(dot)baranes(at)dbnet(dot)co(dot)il>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Functions
Date: 2006-11-27 09:33:17
Message-ID: 1f30b80c0611270133m189cc12qfe207c879dfe2802@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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
>

In response to

  • Functions at 2006-11-27 08:56:37 from Doron Baranes

Browse pgsql-admin by date

  From Date Subject
Next Message Doron Baranes 2006-11-27 13:26:56 postgres and solaris
Previous Message Doron Baranes 2006-11-27 08:56:37 Functions