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-16 14:13:41
Message-ID: 28864.1082124821@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:
> Now I understand that i can not split easily my scripts into logical units but what i not understand is the documention not correct
> or is my problem not similiar to the example in point 37.4.3 on http://www.postgresql.org/docs/7.4/static/plpgsql-declarations.html
> ?

It is, but the only sort of operation you can apply to a row variable in
plpgsql is to extract a field from it. Other operations like calling a
function on it don't work (yet).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Michel POURE 2004-04-16 14:26:24 Re: Mixed UTF8 / Latin1 database
Previous Message John Sidney-Woollett 2004-04-16 13:51:09 Indexing null dates