Re: First draft of PG 17 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of PG 17 release notes
Date: 2024-06-06 00:53:09
Message-ID: ZmEIdSVlbf7kiRB0@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 5, 2024 at 11:46:17PM +0100, Dean Rasheed wrote:
> On Thu, 9 May 2024 at 05:03, 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:
> >
> > https://momjian.us/pgsql_docs/release-17.html
>
> I noticed a couple more things. This item:
>
> Add functions to convert integers to hex and binary strings
>
> should read:
>
> Add functions to convert integers to binary and octal strings
>
>
> The "Improve psql tab completion" item should include this commit:
>
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> 2024-05-01 [2800fbb2b] Add tab completion for EXPLAIN (MEMORY|SERIALIZE)
>
> and credit Jian He.

Agreed, attached patch applied.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Attachment Content-Type Size
master.diff text/x-diff 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-06-06 01:02:33 Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs
Previous Message Michael Paquier 2024-06-06 00:43:31 Re: ALTER TABLE SET ACCESS METHOD on partitioned tables