Re: Updating OID column - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Updating OID column
Date
Msg-id e1d5sv$1abi$1@news.hub.org
Whole thread Raw
In response to Updating OID column  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Updating OID column  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
"Peter Eisentraut" <peter_e@gmx.net> wrote
> Is there a reason for why you can't update the OID column other than that
no
> one has bothered to code up the support for it?
>

AFAIK if two rows are with the same OID, we will think these two rows are
different versions of the same tuple. So if we allow users to change OID
columns, we may encounter some inconsistency.

Regards,
Qingqing




pgsql-hackers by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: Support Parallel Query Execution in Executor
Next
From: Simon Riggs
Date:
Subject: Re: Support Parallel Query Execution in Executor