Re: viewing function source code - Mailing list pgsql-novice

From Tom Lane
Subject Re: viewing function source code
Date
Msg-id 24508.1093931988@sss.pgh.pa.us
Whole thread Raw
In response to viewing function source code  ("Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com>)
List pgsql-novice
"Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com> writes:
> Is there a way wherein I can
> look into the function sourcecode from within the database.

\df+ ... but really what you want to do is run pg_dump (possibly with -s
option) to extract the function definitions in a reloadable form.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Pradeepkumar, Pyatalo (IE10)"
Date:
Subject: viewing function source code
Next
From: "Pradeepkumar, Pyatalo (IE10)"
Date:
Subject: Re: viewing function source code