Re: writting a large store procedure

Поиск
Список
Период
Сортировка
От Bob
Тема Re: writting a large store procedure
Дата
Msg-id 000501c56887$ada8ed50$7e00a8c0@Planae2004.local
обсуждение исходный текст
Ответ на writting a large store procedure  ("Rodríguez Rodríguez, Pere" <prr@hosppal.es>)
Список pgsql-general
Well first off can you break those 700 lines out into more stored functions?
 
Maybe you have logic that would be best in its own function and than call one function from another. Makes testing many times easier.  I always think in small chuncks when I write code.
 
Once code gets to be more than a few pages it can become hell to debug and work with.  Plus breaking it out might allow you to use that same logic in other parts of your system because it will be stand alone piece of logic/code.

 
On 6/2/05, "Rodríguez Rodríguez, Pere" <prr@hosppal.es> wrote:

Hello,

I'm writing a large store procedures (more than 700 lines) and I have much problems to debug it. How can I debug it easily?

I use pgAdmin, is there another editor (free software) that permit write large store procedure more easily?

Thanks in advance.

pere


В списке pgsql-general по дате отправления:

Предыдущее
От: Bob
Дата:
Сообщение: Re: writting a large store procedure
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Old problem needs solution