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
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
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