Re: PG 14 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-11 01:56:45
Message-ID: 20210511015645.GL6088@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 10, 2021 at 07:50:14AM -0400, Joe Conway wrote:
> On 5/10/21 2:03 AM, Bruce Momjian wrote:
> > I have committed the first draft of the PG 14 release notes. You can
> > see the most current build of them here:
> >
> > https://momjian.us/pgsql_docs/release-14.html
> >
> > I need clarification on many items, and the document still needs its
> > items properly ordered, and markup added. I also expect a lot of
> > feedback.
> >
> > I plan to work on completing this document this coming week in
> > preparation for beta next week.
>
> While only a small change, this commit does affect user visible behavior and
> so should probably be noted:
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b12bd4869b5e

I see your point. Here is the release entry I added:

<listitem>
<!--
Author: Joe Conway <mail(at)joeconway(dot)com>
2021-03-31 [b12bd4869] Fix has_column_privilege function corner case
-->

<para>
Return false for has_column_privilege() checks on non-existent or dropped columns (Joe Conway)
</para>

<para>
Previously such columns returned an invalid column error.
</para>
</listitem>

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

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-11 01:58:01 Re: PG 14 release notes, first draft
Previous Message Michael Paquier 2021-05-11 01:48:54 Re: Small issues with CREATE TABLE COMPRESSION