Re:

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re:
Дата
Msg-id 162867790909261310y1dadd17bl4a23d705af9e5758@mail.gmail.com
обсуждение исходный текст
Ответ на Re:  (Adrian Klaver <aklaver@comcast.net>)
Ответы Re:  (Adrian Klaver <aklaver@comcast.net>)
Список pgsql-general
Hello

2009/9/26 Adrian Klaver <aklaver@comcast.net>:
> On Friday 25 September 2009 9:52:09 am Pavel Stehule wrote:
>> Hello
>>
>> this isn't possible now. All what you want are limited by SELECT
>> statement in PostgreSQL. Simply PL knows only  SELECT statement and
>> structure of result have to be strongly static - because it is based
>> on static execution plan - it is determined before query start.
>>
>> Statement CALL isn't implemented yet.
>>
>> Regards
>> Pavel Stehule
>
> I may be misinterpreting the docs section below, but I beg to differ.
>
> http://www.postgresql.org/docs/8.4/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN
>

the sql for EXECUTE statement should be dynamic, but the structure of
result have to be stable.

Pavel

>
>
>
> --
> Adrian Klaver
> aklaver@comcast.net
>

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

Предыдущее
От: Iain Barnett
Дата:
Сообщение: Re: INSERT... RETURNING with a function
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Column names in rowsets returned from function