Re: Add primary keys to system catalogs
Craig Ringer <craig.ringer@enterprisedb.com>
From: Craig Ringer <craig.ringer@enterprisedb.com>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-06T07:57:48Z
Lists: pgsql-hackers
On Sun, 4 Oct 2020, 01:32 John Naylor, <john.naylor@enterprisedb.com> wrote: > > On Sat, Oct 3, 2020 at 9:27 AM Craig Ringer <craig.ringer@enterprisedb.com> > wrote: > > So a big +1 from me for the idea. Especially if we ensure psql > recognises when the relation 'oid' attribute has a declared PK and includes > it in the column list. > > Oid has been in the normal column list since v12 when it stopped being a > system column. Or did you mean something else? > It means I've spent way too long working on extensions running mainly on pg11 lately and way too little reading -hackers. Ignore they bit. Thanks.. >
Commits
-
Add primary keys and unique constraints to system catalogs
- dfb75e478cac 14.0 landed