Re: [GENERAL] help with a stored procedure

2005-01-03 Thread Michael Fuhr
On Mon, Jan 03, 2005 at 08:29:18AM -0600, Jason Tesser wrote: > I am new to postgres stored procedures and would like a little help. My > function basically takes 2 arguments and inserts data into a table from > a select statement. I want it to return the number of records inserted. See "Obtain

[GENERAL] help with a stored procedure

2005-01-03 Thread Jason Tesser
I am new to postgres stored procedures and would like a little help.  My function basically takes 2 arguments and inserts data into a table from a select statement.  I want it to return the number of records inserted.  I am not sure what the best way to do this is.  Here is my function