Re: How to display a user-defined function?

From: "Darrin Ladd" <darrin_ladd(at)hotmail(dot)com>
To: hh(at)cyberpass(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: How to display a user-defined function?
Date: 2000-09-07 19:55:27
Message-ID: F2826scroFsBuV9yFo00000603a@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The source of the defined function is held in pg_proc.prosrc

ie: SELECT prosrc FROM pg_proc WHERE proname = 'function_name';

>From: Erich <hh(at)cyberpass(dot)net>
>To: pgsql-general(at)postgresql(dot)org
>Subject: [GENERAL] How to display a user-defined function?
>Date: Wed, 6 Sep 2000 12:40:21 -0700 (PDT)
>
>I declared a function using CREATE FUNCTION. Is there a way I can
>display the function back? I tried \df, etc, but I couldn't figure
>out how to do it.
>
>Thanks,
>
>e
>
>--
>This message was my two cents worth. Please deposit two cents into my
>e-gold account by following this link:
>http://rootworks.com/twocentsworth.cgi?102861
>275A B627 1826 D627 ED35 B8DF 7DDE 4428 0F5C 4454

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 2000-09-07 19:59:51 Re: That killer 3rd join...
Previous Message Adam Lang 2000-09-07 19:54:01 Re: php and pgsql and rpm/compile