Re: Detailed release notes - Mailing list pgsql-hackers

From jian he
Subject Re: Detailed release notes
Date
Msg-id CACJufxF-E4KnmSgzD7bFuZ5wty2uC3kBuBr70x2qY579OdZaCA@mail.gmail.com
Whole thread Raw
In response to Re: Detailed release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Wed, Sep 18, 2024 at 8:55 AM Bruce Momjian <bruce@momjian.us> wrote:
>
> On Tue, Sep 17, 2024 at 08:22:41PM -0400, Tom Lane wrote:
> > Bruce Momjian <bruce@momjian.us> writes:
> > > On Tue, Sep 17, 2024 at 03:29:54PM -0300, Marcos Pegoraro wrote:
> > >> Em ter., 17 de set. de 2024 às 05:12, Alvaro Herrera <alvherre@alvh.no-ip.org>
> > >>> Add backend support for injection points (Michael Paquier) [commit 1] [2]
> >
> > > I think trying to add text to each item is both redundant and confusing,
> >
> > Also very clutter-y.  I'm not convinced that any of this is a good
> > idea that will stand the test of time: I estimate that approximately
> > 0.01% of people who read the release notes will want these links.
>
> Yes, I think 0.01% is accurate.
>
> > But if we keep it I think the annotations have to be very unobtrusive.
>
> I very much agree.
>

google "PostgreSQL 16: What's New?"
In private browsing mode
shows we have at least 15 English blogs explaining new features.

I think including the git commit info, can help people quickly write
these kinds of blogs.
Without it, writing blog and sql examples would be harder or require
you to know more about postgres internal.



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Detailed release notes
Next
From: Tomas Vondra
Date:
Subject: Re: Adding skip scan (including MDAM style range skip scan) to nbtree