Re: ERROR: query has no destination for result data

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: ERROR: query has no destination for result data
Дата
Msg-id 50AF5662.2080402@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: ERROR: query has no destination for result data  (Peter Kroon <plakroon@gmail.com>)
Ответы Re: ERROR: query has no destination for result data  (Peter Kroon <plakroon@gmail.com>)
Список pgsql-general
On 11/23/2012 06:53 PM, Peter Kroon wrote:
When using:
RETURN QUERY(
SELECT 'this is text'
);

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

Use a plain SQL function instead of PL/PgSQL, or use `SELECT INTO` and ordinary `RETURN`.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Kroon
Дата:
Сообщение: Re: ERROR: query has no destination for result data
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: ERROR: query has no destination for result data