Re: viewing function source code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar(dot)Pyatalo(at)honeywell(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: viewing function source code
Date: 2004-08-31 05:59:48
Message-ID: 24508.1093931988@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar(dot)Pyatalo(at)honeywell(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Pradeepkumar, Pyatalo (IE10) 2004-08-31 06:28:21 Re: viewing function source code
Previous Message Pradeepkumar, Pyatalo (IE10) 2004-08-31 05:54:11 viewing function source code