Re: Updating OID column

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Updating OID column
Date: 2006-04-10 08:40:50
Message-ID: e1d5sv$1abi$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Peter Eisentraut" <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-04-10 08:47:25 Re: Support Parallel Query Execution in Executor
Previous Message Qingqing Zhou 2006-04-10 08:38:06 Re: Support Parallel Query Execution in Executor