Functions and procedures code!!!!

From: Freddy Menjívar M(dot) <mmfreddy(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Functions and procedures code!!!!
Date: 2003-08-04 15:52:19
Message-ID: LAW10-OE40qGH6h9HXy00015048@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-08-04 15:56:32 Re: Is there any place to get 7.4 win binaries ?
Previous Message scott.marlowe 2003-08-04 15:49:58 Re: Inheritance & multiple-value fields