Best way to test/develop lots of nested functions? - Mailing list pgsql-novice

From Leon Starr
Subject Best way to test/develop lots of nested functions?
Date
Msg-id 62E834B3-0A9B-4B40-A026-1C627278EB25@modelint.com
Whole thread Raw
Responses Re: Best way to test/develop lots of nested functions?  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-novice
So I've got numerous plpgsql functions I have developed and have been testing using psql.  I was doing fine when I was
testingthe one by one, but now I need to load multiple functions at a time.  Doing \i longFunctionName.sql for several
functionsis a bit tedious. 

Any advice about how best to proceed?  Is there an easy way to quickly load a batch of functions into psql?  Is there a
betterway than using psql?  All ideas welcome.  Thanks! 

- Leon

pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: Schemas in a database?
Next
From: Richard Broersma
Date:
Subject: Re: Table-design for categories, suggestions needed