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 "Obtaining the Result Status" in the "Basic Statements" section
of the PL/pgSQL documentation.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/