Show stored function code - Mailing list pgsql-novice

From mephysto
Subject Show stored function code
Date
Msg-id 1332941597167-5600485.post@n5.nabble.com
Whole thread Raw
Responses Re: Show stored function code  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-novice
Hello,
I'm trying to execute search in my stored functions code, but I have some
difficulties. I'm using postgres 9.1.3, and if I execeute this query

SELECT prosrc FROM pg_proc WHERE proname = <function name>;

I retrieve an empty column for all my custom stored functions.

Are I committing some errors?
Is there an alternative way to achieve my goal?

Thanks in advance.

Meph

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Show-stored-function-code-tp5600485p5600485.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

pgsql-novice by date:

Previous
From: JORGE MALDONADO
Date:
Subject: Re: Restoring roles information
Next
From: mephysto
Date:
Subject: Re: application_name