Does anyone have any examples of how I would make a stored procedure inplpgsql that would allow for passing a list or arrays of values to be usedin an sql IN clause? Like so: select * from table where field1 in (values).
Thanks,
Curtis