automated way to test plpgsql functions?

From: Ben <bench(at)silentmedia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: automated way to test plpgsql functions?
Date: 2003-07-14 20:12:34
Message-ID: 1058213554.17510.100.camel@purple
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm working on a project and we've got a little over 200 plpgsql
functions. Now that I've written them, I'd like a way to test them all.
:) Does anybody know of a free automated tool to do this? I'd rather not
have to reinvent the wheel if I don't have to.

Browse pgsql-general by date

  From Date Subject
Next Message Dan Langille 2003-07-14 20:31:44 Re: perfromance impact of vacuum
Previous Message Greg Stark 2003-07-14 19:58:07 Re: select null + 0 question