Unit testing plpgsql code

From: Casey Duncan <casey(dot)duncan(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Unit testing plpgsql code
Date: 2004-11-21 03:33:03
Message-ID: 7b175ae904112019334da00e82@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2004-11-21 05:31:24 Re: Join between databases or (???)
Previous Message Michael Fuhr 2004-11-21 03:03:39 Re: Join between databases or (???)