Re: Add primary keys to system catalogs
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Craig Ringer <craig.ringer@enterprisedb.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-03T17:31:51Z
Lists: pgsql-hackers
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?
Commits
-
Add primary keys and unique constraints to system catalogs
- dfb75e478cac 14.0 landed