Re: How to add a new pg oid?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: jacktby jacktby <jacktby(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: How to add a new pg oid?
Date: 2023-09-05 17:47:45
Message-ID: CAKFQuwbG3irGjaL4fr__5PShLRi0ndEJpkk5PrdYjjfk3pSwmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OIDs don't exist independently of the data they are associated with. Give
more context if you want a better answer. Or just go look at the source
code commits for when the last time something needing an OID got added to
the core catalog.

David J.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-09-05 18:20:18 Re: Unlogged relation copy is not fsync'd
Previous Message Alvaro Herrera 2023-09-05 17:45:27 Re: missing privilege check after not-null constraint rework