Re: [GENERAL] How to run a procedure

2009-03-19 Thread Scott Marlowe
On Thu, Mar 19, 2009 at 12:11 PM, jc_mich wrote: > > Hi all > > I'm new developing procedures in PL/PGSQL. I'm using Query Tool as code > editor, but execute query button only mark sintax errors and I want to run > my application. select myfunction(arg1, arg2); -- Sent via pgsql-general mailing

Re: [GENERAL] How to run a procedure

2009-03-19 Thread Pavel Stehule
hello 2009/3/19 jc_mich : > > Hi all > > I'm new developing procedures in PL/PGSQL. I'm using Query Tool as code > editor, but execute query button only mark sintax errors and I want to run > my application. > > How can I test my function? > write select nameofyourfunctions(parameters); regards