Re: sp: error message not coherent with actual code

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: sp: error message not coherent with actual code
Date: 2008-05-15 19:08:07
Message-ID: 20080515210807.5679fec8@dawn.webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 15 May 2008 20:36:21 +0200
Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it> wrote:

> I've this line in a sp:
>
> select into _OrderGroupID b2c._OrderGroupID from
> Basket2Order(_BasketID) as b2c;
>
> but I get this error:
>
> SELECT query has no destination for result data HINT: If you want to
> discard the results, use PERFORM instead. CONTEXT: PL/pgSQL function
> "basket2order" line 71 at SQL statement SQL statement "SELECT
> b2c._OrderGroupID from Basket2Order( $1 ) as b2c"

> ?

> Commenting that line the error goes away.

The error was somewhere else.

Forgive me.

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-05-15 20:21:57 Re: Need for help!
Previous Message Justin 2008-05-15 18:53:54 Re: Need for help!