Re: First draft of PG 17 release notes

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of PG 17 release notes
Date: 2024-09-26 05:19:21
Message-ID: 20240926141921.57d0b430fa53ac4389344847@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 9 May 2024 00:03:50 -0400
Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> I have committed the first draft of the PG 17 release notes; you can
> see the results here:

I propose to improve the following description in "Migration to Version 17"
section by adding CREATE INDEX and CREATE MATERIALIZED VIEW into the command list.

<para>
Change functions to use a safe <xref linkend="guc-search-path"/>
during maintenance operations (Jeff Davis)
<ulink url="&commit_baseurl;2af07e2f7">&sect;</ulink>
</para>

It is suggested in the thread [1] that users could not notice the behaviour
of CREATE INDEX is changed because the explicit command name is not listed in
the release notes. So, I think it is better to add CREATE INDEX and
CREATE MATERIALIZED VIEW into the command list.

I've attached a patch.

[1] https://www.postgresql.org/message-id/flat/20240926125110.67e52f4f7a388af539367213%40sraoss.co.jp#71d4b5d6c842ba038e1e4e99c110b688

>
> https://momjian.us/pgsql_docs/release-17.html
>
> It will be improved until the final release. The item count is 188,
> which is similar to recent releases:
>
> release-10: 189
> release-11: 170
> release-12: 180
> release-13: 178
> release-14: 220
> release-15: 184
> release-16: 206
> release-17: 188
>
> I welcome feedback. For some reason it was an easier job than usual.
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
> EDB https://enterprisedb.com
>
> Only you can decide what is important to you.
>
>

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Attachment Content-Type Size
fix_release-17.patch text/x-diff 716 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2024-09-26 05:21:27 Re: CREATE INDEX regression in 17 RC1 or expected behavior?
Previous Message Michael Paquier 2024-09-26 04:47:52 Re: installcheck-world concurrency issues