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

From Tom Lane
Subject Re: OID with %ROWTYPE in PLPGSQL
Date
Msg-id 1031.1029442156@sss.pgh.pa.us
Whole thread Raw
In response to OID with %ROWTYPE in PLPGSQL  (Jean-Luc Lachance <jllachan@nsd.ca>)
List pgsql-general
Jean-Luc Lachance <jllachan@nsd.ca> writes:
> Is there a way to have the OID included with %ROWTYPE?

No, because there's no guarantee that a rowtype value actually came
directly from a database row.  For instance, it could be formed as
the return value of a function.

            regards, tom lane

pgsql-general by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: OID with %ROWTYPE in PLPGSQL
Next
From: Jean-Luc Lachance
Date:
Subject: Re: OID with %ROWTYPE in PLPGSQL