Calling inner functions vs. Begin-End blocs - Mailing list pgsql-novice

From Charles N. Charotti
Subject Calling inner functions vs. Begin-End blocs
Date
Msg-id 812088.56110.qm@web161609.mail.bf1.yahoo.com
Whole thread Raw
List pgsql-novice
Hi Everybody !

I'm just wondering what is really better in terms of performance ...

I have a large function that makes many things, and I must control the exception of some parts of the code ...

whats better in terms of performance ... to catch exceptions in several inner "Begin-End" blocs in the main function or to implement several callings of other functions ?

Thanks in advance,

Charles

pgsql-novice by date:

Previous
From: Chris Campbell
Date:
Subject: Re: pgAdmin III woes (on linux)
Next
From: Merlin Moncure
Date:
Subject: Re: Is not equal to query...