Re: ERROR: query has no destination for result data

From: Peter Kroon <plakroon(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: query has no destination for result data
Date: 2012-11-23 10:53:58
Message-ID: CAOh+DO=KQreQHpKMqmcKCx6EkFwNJgBjpWGk-U_6BfVTRYs4-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When using:
RETURN QUERY(
SELECT 'this is text'
);

I get another error:
ERROR: cannot use RETURN QUERY in a non-SETOF function

2012/11/23 Craig Ringer <craig(at)2ndquadrant(dot)com>

> On 11/23/2012 06:36 PM, Peter Kroon wrote:
>
> Hello,
>
> I wish to return the SELECT statement.
> Ho can I achieve this?
>
>
> RETURN QUERY.
>
> See
> http://www.postgresql.org/docs/current/static/plpgsql-control-structures.html<http://www.postgresql.org/docs/9.2/static/plpgsql-control-structures.html>
>
> --
> Craig Ringer http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Kroon 2012-11-23 10:54:49 Re: ERROR: query has no destination for result data
Previous Message Craig Ringer 2012-11-23 10:45:09 Re: ERROR: query has no destination for result data