Re: How to view the code of a function

From: Ashish Karalkar <ashish(dot)karalkar(at)netcore(dot)co(dot)in>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to view the code of a function
Date: 2009-12-11 12:25:19
Message-ID: 4B223A2F.4040408@netcore.co.in
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 12/11/2009 03:28 PM, Venkateswara Rao Bondada wrote:
>
> Hi,
>
> I’m trying to look at the source code of a function in PostgreSQL.
> Could anybody please let me know how to view the same?
>
>
>
> Thanks,
>
> Venkat
>
>
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
> for the use of the addressee(s). If you are not the intended recipient, please
> notify the sender by e-mail and delete the original message. Further, you are not
> to copy, disclose, or distribute this e-mail or its contents to any other person and
> any such actions are unlawful. This e-mail may contain viruses. Infosys has taken
> every reasonable precaution to minimize this risk, but is not liable for any damage
> you may sustain as a result of any virus in this e-mail. You should carry out your
> own virus checks before opening the e-mail or attachment. Infosys reserves the
> right to monitor and review the content of all messages sent to or from this e-mail
> address. Messages sent to or from this e-mail address may be stored on the
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>

\df+ funcation_name();

--Ashish

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Thorne, Francis 2009-12-11 13:40:50 AIX 5.3 Out of Memory Error - 64-bit
Previous Message Sam Jas 2009-12-11 10:53:37 Re: How to view the code of a function