Re: Passing composite values to functions - Mailing list pgsql-sql

From Tom Lane
Subject Re: Passing composite values to functions
Date
Msg-id 9490.1076870320@sss.pgh.pa.us
Whole thread Raw
In response to Passing composite values to functions  ("Jatinder Sangha" <Jatinder@sanghaservices.co.uk>)
List pgsql-sql
"Jatinder Sangha" <Jatinder@sanghaservices.co.uk> writes:
> I'm having trouble passing a composite variable to a function.

AFAIK, plpgsql doesn't support this --- it doesn't have any way to pass
a row or record variable as a parameter to the main executor.  Possibly
this will get fixed someday; I don't know of anyone working on it now
though.
        regards, tom lane


pgsql-sql by date:

Previous
From: Dana Hudes
Date:
Subject: Re: bytea or blobs?
Next
From: Robert Treat
Date:
Subject: Re: umlimited arguments on function