sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Support RETURNS TABLE similar to OUT parameters

Open mariusavos opened this issue 1 year ago • 0 comments

Support table-valued functions in the same way that OUT parameters are currently supported. The columns of the output table are returned by pg_analyze in the list of arguments, so we just need to pass them through and add them as a source table.

mariusavos avatar Feb 02 '24 16:02 mariusavos