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

Поиск
Список
Период
Сортировка
От Leon Starr
Тема Re: Best way to test/develop lots of nested functions?
Дата
Msg-id 551F7FC5-FF00-49B2-A793-3BC8D85A3970@modelint.com
обсуждение исходный текст
Ответ на Re: Best way to test/develop lots of nested functions?  (Joshua Tolley <eggyknap@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Oliveiros d'Azevedo Cristina"
Дата:
Сообщение: Re: Cross join-question: what to do when there's a null?
Следующее
От: gargoyle60
Дата:
Сообщение: Re: Table-design for categories, suggestions needed