Re: Help! How to find the definition of a user-defined function

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Erich <hh(at)cyberpass(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help! How to find the definition of a user-defined function
Date: 2000-09-11 16:12:53
Message-ID: Pine.BSF.4.10.10009110911220.11606-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Right now, you can find the text via:

SELECT prosrc from pg_proc where proname=<name>;

Stephan Szabo
sszabo(at)bigpanda(dot)com

On Sun, 10 Sep 2000, Erich wrote:

>
> I defined a function in PL/pgsql using CREATE FUNCTION. Is there a
> way to view the function that is now defined? I read through all the
> docs, and I couldn't find anything that seemed like it would work.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-09-11 16:18:34 Re: Column name case conversion
Previous Message Tom Lane 2000-09-11 16:05:12 Re: Another problem with indices?