theory / pgtap

PostgreSQL Unit Testing Suite
https://pgtap.org
984 stars 92 forks source link

Enables ability to test RETURNS TABLE rather than setof #295

Closed wphilips53 closed 1 year ago

wphilips53 commented 2 years ago

Current setof approach, to my knowledge, does not support table returns. The following adjustments should allow not only TABLE return checks, but also any of the 5 argument modes with minimal, additional work.