Anyone know of a unit testing framework for plpgsql stored procedures?
We are about to convert a bunch of stored procedures from Oracle over
to Postgresql. We currently use the utPLSQL package to unit test
those, so something comparable to it would be optimal.
We'll probably roll our own if nothing currently exists, but I figured
it was worth it to ask first before reinventing the wheel.
TIA,
-Casey