On Tue, Feb 2, 2021 at 11:17 PM Tom Lane <[email protected]> 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.
