Re: Andres Freund 2018-11-21 <[email protected]> > 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
