Re: PLpgSQL-Problem - Mailing list pgsql-general

From Tom Lane
Subject Re: PLpgSQL-Problem
Date
Msg-id 28864.1082124821@sss.pgh.pa.us
Whole thread Raw
In response to Re: PLpgSQL-Problem  ("Thomas Chille" <thomas@chille.de>)
List pgsql-general
"Thomas Chille" <thomas@chille.de> writes:
> Now I understand that i can not split easily my scripts into logical units but what i not understand is the
documentionnot 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

pgsql-general by date:

Previous
From: "John Sidney-Woollett"
Date:
Subject: Indexing null dates
Next
From: Jean-Michel POURE
Date:
Subject: Re: Mixed UTF8 / Latin1 database