Re: [SQL] Viewing a function

2000-08-30 Thread Ryan Williams
Try "SELECT prosrc FROM pg_proc WHERE proname = 'funcname'", where funcname is the name of the function you want to see. - Original Message - From: "stuart" <[EMAIL PROTECTED]> To: "PG-SQL" <[EMAIL PROTECTED]> Sent: Tuesday, August 29

Fw: [SQL] Viewing a function

2000-08-29 Thread stuart
-Original Message- From: Stuart Foster <[EMAIL PROTECTED]> To: PG-SQL <[EMAIL PROTECTED]> Date: Wednesday, 30 August 2000 2:25 Subject: [SQL] Viewing a function Helllo Stuart, Good question. I have been fiddly with a function editor using zeos controls and I have lo

[SQL] Viewing a function

2000-08-29 Thread Stuart Foster
How can a view a function after it's created ? I've created a SQL function that I need to review and possibly change. What is the best way to go about this. TIA