Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: Christoph Berg <myon(at)debian(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.
Date: 2018-11-21 08:25:32
Message-ID: f6f8ce89-e152-0c80-85a5-41aeee08603e@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 21/11/2018 21:20, Christoph Berg wrote:
> Re: Andres Freund 2018-11-21 <E1gPG3j-0003cy-03(at)gemulon(dot)postgresql(dot)org>
>> The biggest user of WITH OID columns was postgres' catalog. This
>> commit changes all 'magic' oid columns to be columns that are normally
>> declared and stored.
> postgres=# \d+ pg_class
> [...]
> Indexe:
> "pg_class_oid_index" UNIQUE, btree (oid)
>
> Now that oid is a proper column, shouldn't that be a PRIMARY KEY?
> (Just for the looks.)
>
> Christoph
>
Curious, is there a reason 'Index' is spelt with a trailing 'e'?

Cheers,
Gavin

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2018-11-21 08:27:31 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.
Previous Message Christoph Berg 2018-11-21 08:20:43 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2018-11-21 08:27:31 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.
Previous Message Christoph Berg 2018-11-21 08:20:43 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.