Re: PG 13 release notes, first draft - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PG 13 release notes, first draft
Date
Msg-id a5215b2e-f912-897a-05fa-9541e0fb6289@2ndquadrant.com
Whole thread Raw
In response to Re: PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 2020-05-05 22:29, Bruce Momjian wrote:
>>>> a01e1b8b9d Add new part SQL/MDA to information_schema.sql_parts 33e27c3785c5ce8a3264d6af2550ec5adcebc517
>>>> 2fc2a88e67 Remove obsolete information schema tables
>>> Uh, that didn't seem significant.
>> Maybe have one item "modernize information_schema", and then describe
>> all the changes together in a single item.
> Uh, so I am unclear when we are adding items to information_schema
> because we now support them, and when they are new features of
> information_schema.

The addition was because it's a new SQL standard part that was published 
in the meantime.

The removals were because they no longer exist in the current standard 
version and keeping them otherwise didn't make sense.

Neither of these need to be mentioned in the release notes IMO.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: godjan •
Date:
Subject: Strange decreasing value of pg_last_wal_receive_lsn()
Next
From: Peter Eisentraut
Date:
Subject: Re: Dumping/restoring fails on inherited generated column