Re: Best way to test/develop lots of nested functions?

From: Leon Starr <leon_starr(at)modelint(dot)com>
To: Joshua Tolley <eggyknap(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Best way to test/develop lots of nested functions?
Date: 2010-08-06 15:53:41
Message-ID: 551F7FC5-FF00-49B2-A793-3BC8D85A3970@modelint.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Ah, of course. Exactly what I was looking for - thanks!

>
> If you've got a bunch of functions in files you can create another file to
> load them. For instance, given files function1.sql, function2.sql, etc., you
> can create another file (which I'll call load_stuff.sql) that looks like this:
>
> \i function1.sql
> \i function2.sql
> (and so on)
>
> ...and in psql, "\i load_stuff.sql".
>
> --
> Joshua Tolley / eggyknap
> End Point Corporation
> http://www.endpoint.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lew 2010-08-06 23:54:01 Re: Table-design for categories, suggestions needed
Previous Message Oliveiros d'Azevedo Cristina 2010-08-06 15:38:34 Re: Cross join-question: what to do when there's a null?