Re: PLpgSQL-Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PLpgSQL-Problem
Дата
Msg-id 22339.1082072572@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PLpgSQL-Problem  ("Thomas Chille" <thomas@chille.de>)
Список pgsql-general
"Thomas Chille" <thomas@chille.de> writes:
> evertime i get the errormessage: ERROR:  Attribut �_row� not found
> but the Attribut exists and has values in his fields. i have absolutly no idea was happens there. can someone help me
please?

You're out of luck :-( ... plpgsql doesn't presently have the ability to
pass a whole-row value to the main executor, which means this won't
work:

>             SELECT INTO _result compress_100(_row);

Possibly it will work in 7.5; I've made some preliminary steps in that
direction but it's not all there yet.

            regards, tom lane

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

Предыдущее
От: "Development - multi.art.studio"
Дата:
Сообщение: Re: Filesystem vs. Postgres for images
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Optimal configuration to eliminate "out of file descriptors" error