Hi,
I'm having a problem passing a comma-delimited list of values to a plpgsql function (stored procedure) that I've created. I'm calling the function as follows:
select * from get_total_jobs_passed_at_eol(268, date('2006-03-19'), 2, '1,2', '1');
The 4th parameter is the one that I'm having...