Functions and procedures code!!!! - Mailing list pgsql-general

From Freddy Menjívar M.
Subject Functions and procedures code!!!!
Date
Msg-id LAW10-OE40qGH6h9HXy00015048@hotmail.com
Whole thread Raw
Responses Re: Functions and procedures code!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
is there any way to get user's
functions and procedures
code from postgresql system catalog.
 
if a create a function something like
 
----------------------------------------
CREATE OR REPLACE FUNCTION myfunction()
RETURNS INTEGER
 
AS'
BEGIN
    my code ....;
END;
' LANGUAGE 'plpgsql';
----------------------------------------
How can I retrieve "my code"?

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: plPHP -- sort of an announcement.. but not commercial
Next
From: Bruce Momjian
Date:
Subject: Re: Is there any place to get 7.4 win binaries ?