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

From Leon Starr
Subject Re: Best way to test/develop lots of nested functions?
Date
Msg-id 551F7FC5-FF00-49B2-A793-3BC8D85A3970@modelint.com
Whole thread Raw
In response to Re: Best way to test/develop lots of nested functions?  (Joshua Tolley <eggyknap@gmail.com>)
List 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



pgsql-novice by date:

Previous
From: "Oliveiros d'Azevedo Cristina"
Date:
Subject: Re: Cross join-question: what to do when there's a null?
Next
From: gargoyle60
Date:
Subject: Re: Table-design for categories, suggestions needed