Best way to test/develop lots of nested functions?

Поиск
Список
Период
Сортировка
От Leon Starr
Тема Best way to test/develop lots of nested functions?
Дата
Msg-id 62E834B3-0A9B-4B40-A026-1C627278EB25@modelint.com
обсуждение исходный текст
Ответы Re: Best way to test/develop lots of nested functions?  (Joshua Tolley <eggyknap@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Schemas in a database?
Следующее
От: Richard Broersma
Дата:
Сообщение: Re: Table-design for categories, suggestions needed