OID with %ROWTYPE in PLPGSQL - Mailing list pgsql-general

From Jean-Luc Lachance
Subject OID with %ROWTYPE in PLPGSQL
Date
Msg-id 3D5C0496.8A544AAE@nsd.ca
Whole thread Raw
In response to Seq scan  (Diogo Biazus <diogo@ikono.com.br>)
Responses Re: OID with %ROWTYPE in PLPGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hello all,

Is there a way to have the OID included with %ROWTYPE?
If not, can the record pointed to by a ROWTYPE record in a loop be
updated in place?
If not, can the record pointed by a cursor be updated in place?

If not can we add one of those to the list of "nice to have" for the
next version?

While I am at it, why not allow assignment of row variable from another
row variable?

Thanks

JLL

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Seq scan
Next
From: Tom Lane
Date:
Subject: Re: OID with %ROWTYPE in PLPGSQL