Re: Help! How to find the definition of a user-defined function - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Help! How to find the definition of a user-defined function
Date
Msg-id Pine.BSF.4.10.10009110911220.11606-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Help! How to find the definition of a user-defined function  (Erich <hh@cyberpass.net>)
List pgsql-general
Right now, you can find the text via:

SELECT prosrc from pg_proc where proname=<name>;


Stephan Szabo
sszabo@bigpanda.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.


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Column name case conversion
Next
From: Tom Lane
Date:
Subject: Re: Another problem with indices?