Re: Add primary keys to system catalogs
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Joel Jacobson <joel@compiler.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-02-02T15:34:55Z
Lists: pgsql-hackers
On Tue, Feb 2, 2021 at 11:17 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Dunno about refobjversion; I have my doubts that putting that info in > pg_depend was a sane design choice at all. But from what I understand > of it, wouldn't all deps on a given object necessarily have the same > version? Correct, assuming of course that the dependencies are from the same object.
Commits
-
Add primary keys and unique constraints to system catalogs
- dfb75e478cac 14.0 landed