Re: Function and RowType - Mailing list pgsql-general

From Tom Lane
Subject Re: Function and RowType
Date
Msg-id 26561.1089815504@sss.pgh.pa.us
Whole thread Raw
In response to Re: Function and RowType  (Carlos Roberto Chamorro Mostacilla<carlosrchamorro@yahoo.com>)
List pgsql-general
=?iso-8859-1?q?Carlos=20Roberto=20Chamorro=20Mostacilla?= <carlosrchamorro@yahoo.com> writes:
>        --IT DOES NOT WORK
> 10.    PERFORM   probar_record(reg);

Nope.  plpgsql is pretty limited in what it can do with a rowtype
variable, and one thing it cannot do is pass the entire row into
an SQL expression.

This is fixed in CVS tip, for what that's worth.

            regards, tom lane

pgsql-general by date:

Previous
From: Carlos Roberto Chamorro Mostacilla
Date:
Subject: Re: Function and RowType
Next
From: Robert Treat
Date:
Subject: determining supported timezones