Re: 2025-05-08 release announcement draft - Mailing list pgsql-hackers

From jian he
Subject Re: 2025-05-08 release announcement draft
Date
Msg-id CACJufxEkVH3sNdXesR1Yq8ffraeTaOLQPPTx3GKfNd1hBi6nCA@mail.gmail.com
Whole thread Raw
In response to 2025-05-08 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On Tue, May 6, 2025 at 11:32 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
>
> Hi,
>
> Attached is the draft of the release announcement for the 2025-05-08
> release. Please review for correctness and omissions.
>
> Please provide feedback no later than 2025-05-08 12:00 UTC.
>

* Prevent failure in
[`INSERT`](https://www.postgresql.org/docs/current/sql-insert.html)
commands when the table has a [`GENERATED`
column](https://www.postgresql.org/docs/current/ddl-generated-columns.html)
of a [domain data type](https://www.postgresql.org/docs/current/domains.html)
and the domain's constraints disallow `NULL` values.
* Fix [`ALTER TABLE .. ADD
COLUMN`](https://www.postgresql.org/docs/current/sql-altertable.html)
to correctly handle the case of a
[domain](https://www.postgresql.org/docs/current/domains.html) type
that has
its own default value and the `DEFAULT` for the column is not set.


same url (https://www.postgresql.org/docs/current/domains.htm) but
with different link text, but here seems
reference the same thing, so it may look a little bit inconsistent?



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: doc pg_constraint.convalidated column description need update
Next
From: Daniel Gustafsson
Date:
Subject: Re: RFC: Command Restrictions by INI file with Audit Logging (DROP/TRUNCATE/DELETE)