Re: pg_constraint catalog changes in v18 beta1???

From: Dominique Devienne <ddevienne(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_constraint catalog changes in v18 beta1???
Date: 2025-06-04 13:43:30
Message-ID: CAFCRh--hgwsVFz6f3HTWDde=h2gjW6MrnFJFAbNEOGkm5vqDqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 4, 2025 at 3:07 PM Dominique Devienne <ddevienne(at)gmail(dot)com> wrote:
> Is this change of behavior normal?
> ... Was this intentional?

Well, apparently it is intentional, I found an entry in the release notes.
Case closed I guess. I adapted our introspection. Thanks, --DD

From https://www.postgresql.org/docs/18/release-18.html#RELEASE-18-CONSTRAINTS:
Store column NOT NULL specifications in pg_constraint (Álvaro Herrera,
Bernd Helmle) §
This allows names to be specified for NOT NULL constraint. This also
adds NOT NULL constraints to foreign tables and NOT NULL inheritance
control to local tables.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2025-06-04 13:52:42 Yet more ROLE changes in v18 beta1???
Previous Message Dominique Devienne 2025-06-04 13:07:43 pg_constraint catalog changes in v18 beta1???