Automated testing of functions

From: Brian Donovan <bdonovan(at)airpost(dot)net>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Automated testing of functions
Date: 2007-08-18 20:03:11
Message-ID: 72FCF814-CC62-4C57-8F49-D69A47B23B32@airpost.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using postgresql in a Ruby on Rails app and I've moved some of the
application logic from Ruby (ActiveRecord callbacks) to postgresql
(triggers + functions) for performance reasons. The problem is that
now those parts of the app remain untested. Does anyone have a
suggestion for doing automated testing in postgresql, even if the
language isn't Ruby?

Thanks!

-bd

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Manes 2007-08-18 20:21:50 Re: Writing most code in Stored Procedures
Previous Message Felix 2007-08-18 19:55:09 query large amount of data in c++ using libpq