On 2004.04.29 22:21 Tom Lane wrote:
> "Parameters to a function can be composite types (complete table
> rows). In that case, the corresponding identifier $n will be a row
> variable, and fields can be selected from it, for example
$1.user_id."
That says that a parameter passed *into* a plpgsql f
"Karl O. Pinc" <[EMAIL PROTECTED]> writes:
> What a drag. The documentation says it supports this.
No it doesn't ...
> "Parameters to a function can be composite types (complete table
> rows). In that case, the corresponding identifier $n will be a row
> variable, and fields can be selected