Can you send a full result set to an SQL function?
- by PylonsN00b
I am working in Postgres and I need to send in a full result set with many rows and column into a stored procedure or a function. Is this possible? If so, where can I see resources for syntax?