[ADMIN] Source of User Defined functions.

2008-09-09 Thread Saii
Hello, I have a questions regarding the location of source code of user defined functions in Postgres. I used the following query to get all function names but I do not see the source code of the user defined functions. In the 'prosrc' column, data is available for trigger functions only. Is t

Re: [ADMIN] Source of User Defined functions.

2008-09-09 Thread Alvaro Herrera
Saii escribió: > Hello, > > I have a questions regarding the location of source code of user defined > functions in Postgres. I used the following query to get all function names > but I > do not see the source code of the user defined functions. In the 'prosrc' > column, data is available for