Re: [ADMIN] How to view the code of a function

2009-12-11 Thread Ashish Karalkar
On 12/11/2009 03:28 PM, Venkateswara Rao Bondada wrote: > > Hi, > > I’m trying to look at the source code of a function in PostgreSQL. > Could anybody please let me know how to view the same? > > > > Thanks, > > Venkat > > > > CAUTION - Disclaimer * > This e-mai

Re: [ADMIN] How to view the code of a function

2009-12-11 Thread Sam Jas
(1) select procsrc from pg_proc where proname like ''; (2) df+ -- Thanks Sam Jas --- On Fri, 11/12/09, Venkateswara Rao Bondada wrote: From: Venkateswara Rao Bondada Subject: [ADMIN] How to view the code of a function To: "pgsql-admin@postgresql.org" Date: Frida

Re: [ADMIN] How to view the code of a function

2009-12-11 Thread Thomas Kellerer
Venkateswara Rao Bondada, 11.12.2009 10:58: I’m trying to look at the source code of a function in PostgreSQL. Could anybody please let me know how to view the same? select pg_catalog.pg_get_functiondef(oid) from pg_proc http://www.postgresql.org/docs/current/static/functions-info.html As a

[ADMIN] How to view the code of a function

2009-12-11 Thread Venkateswara Rao Bondada
Hi, I'm trying to look at the source code of a function in PostgreSQL. Could anybody please let me know how to view the same? Thanks, Venkat CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the a