Re: PLpgSQL-Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas Chille" <thomas(at)chille(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PLpgSQL-Problem
Date: 2004-04-15 23:42:52
Message-ID: 22339.1082072572@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Thomas Chille" <thomas(at)chille(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-04-15 23:58:57 Re: Optimal configuration to eliminate "out of file descriptors" error
Previous Message Development - multi.art.studio 2004-04-15 23:39:36 Re: Filesystem vs. Postgres for images