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

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: pgsql: Remove WITH OIDS support, change oid catalog columnvisibility.
Дата
Msg-id f6f8ce89-e152-0c80-85a5-41aeee08603e@archidevsys.co.nz
обсуждение исходный текст
Ответ на Re: pgsql: Remove WITH OIDS support, change oid catalog columnvisibility.  (Christoph Berg <myon@debian.org>)
Ответы Re: pgsql: Remove WITH OIDS support, change oid catalog columnvisibility.  (Christoph Berg <myon@debian.org>)
Список pgsql-hackers
On 21/11/2018 21:20, Christoph Berg wrote:
> Re: Andres Freund 2018-11-21 <E1gPG3j-0003cy-03@gemulon.postgresql.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: pgsql: Remove WITH OIDS support, change oid catalog columnvisibility.
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: pgsql: Remove WITH OIDS support, change oid catalog columnvisibility.