Re: [GENERAL] custom error messages/numbers

2004-05-27 Thread Martijn van Oosterhout
On Thu, May 27, 2004 at 06:26:53PM +0200, BARTKO Zoltan wrote: > Folks, > > I am developing an app for PostgreSQL, entirely with stored functions (somewhat > resembling the object-oriented approach. In fact it is not an app, just an API). All > my functions return an integer value - 0 if the fun

Re: [GENERAL] custom error messages/numbers

2004-05-27 Thread Richard Huxton
BARTKO Zoltan wrote: Folks, I am developing an app for PostgreSQL, entirely with stored functions (somewhat resembling the object-oriented approach. In fact it is not an app, just an API). All my functions return an integer value - 0 if the function was successful, another value otherwise. Until no

[GENERAL] custom error messages/numbers

2004-05-27 Thread BARTKO Zoltan
Folks,   I am developing an app for PostgreSQL, entirely with stored functions (somewhat resembling the object-oriented approach. In fact it is not an app, just an API). All my functions return an integer value - 0 if the function was successful, another value otherwise.   Until now, all para