Re: Returning more than one value from a stored procedure - Mailing list pgsql-novice

From Tim Landscheidt
Subject Re: Returning more than one value from a stored procedure
Date
Msg-id m38w5ms0xj.fsf@passepartout.tim-landscheidt.de
Whole thread Raw
In response to Returning more than one value from a stored procedure  (Atif Jung <atifjung@gmail.com>)
List pgsql-novice
Atif Jung <atifjung@gmail.com> wrote:

> Thanks Andreas but is there no alternative?

> I'm porting from an INFORMIX database which allows the return of more than
> one value from a stored procedure without having to use in/out
> parameters. The procedure is called from several places across the system
> and will be time consuming to change all instances to include the new out
> parameters. To be able to return more than one parameter will be of great
> help to me, if it's possible.
> [...]

Andreas' example returns more than one value. Perhaps you
could clarify where your problem lies.

Tim

pgsql-novice by date:

Previous
From: Atif Jung
Date:
Subject: Re: Returning more than one value from a stored procedure
Next
From: "A. Kretschmer"
Date:
Subject: Re: Returning more than one value from a stored procedure