Re: 2025-05-08 release announcement draft

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: 2025-05-08 release announcement draft
Date: 2025-05-07 01:34:45
Message-ID: c17d15fa-4fed-47e7-a18a-c8351666ea13@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/6/25 5:23 AM, jian he wrote:
> On Tue, May 6, 2025 at 11:32 AM Jonathan S. Katz <jkatz(at)postgresql(dot)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?

I don't think in this case that this is particularly an issue, but I
went ahead and modified it to be consistent ("domain type" in both cases).

Thanks,

Jonathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2025-05-07 01:36:52 Allow database owners to CREATE EVENT TRIGGER
Previous Message David Rowley 2025-05-07 01:34:23 Re: PG 18 release notes draft committed