Re: plpgsql arrays - Mailing list pgsql-performance

From justin
Subject Re: plpgsql arrays
Date
Msg-id 49DB700F.8020108@emproshunts.com
Whole thread Raw
In response to Re: plpgsql arrays  (Matthew Wakeling <matthew@flymine.org>)
Responses Re: plpgsql arrays
List pgsql-performance
Matthew Wakeling wrote:
> What would be the syntax for putting a single row from a cursor into a
> variable? I have tried:
>
> FETCH INTO left left_cursor;
>
> which says syntax error, and
>
> left = FETCH left_cursor;
>
> which gives the error 'ERROR:  missing datatype declaration at or near
> "="'
>
> Matthew
>

Have to declare Left variable  as record data type declaration part of
the function


pgsql-performance by date:

Previous
From: Matthew Wakeling
Date:
Subject: Re: plpgsql arrays
Next
From: Matthew Wakeling
Date:
Subject: Re: plpgsql arrays