Re: Anything akin to an Evaluate Statement in Postgresql?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Anything akin to an Evaluate Statement in Postgresql?
Дата
Msg-id 22262.1073283030@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Anything akin to an Evaluate Statement in Postgresql?  (A E <cooljoint@yahoo.com>)
Ответы Re: Anything akin to an Evaluate Statement in Postgresql?  (A E <cooljoint@yahoo.com>)
Список pgsql-hackers
A E <cooljoint@yahoo.com> writes:
> I tried to execute a dynamic sql string using the dynamic record
> column name but I getting this error: ERROR: syntax error at or near
> "into" at character 8. Does the execute statement not allow the into
> keyword

It does not :-(.  The best way of getting data back from an EXECUTE'd
select is to use a FOR ... IN EXECUTE loop.  See the docs.
        regards, tom lane


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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: [ADMIN] IEEE 754
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Composite GiST indexes?