Re: PostgreSQL 13 Beta 1 Release Announcement Draft - Mailing list pgsql-hackers

From Pantelis Theodosiou
Subject Re: PostgreSQL 13 Beta 1 Release Announcement Draft
Date
Msg-id CAE3TBxws6wTqAAe5XBwGLuPWF31C8w3AvuE8a4b+D_iKZK4UOA@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 13 Beta 1 Release Announcement Draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PostgreSQL 13 Beta 1 Release Announcement Draft
List pgsql-hackers
Congrats to all for the release of a new major version!

Two questions:
- Why is VACUUM together with FETCH FIRST WITH TIES, CREATE TABLE LIKE, ALTER VIEW, ALTER TABLE, etc in Utility Commands section?
  Shouldn't there be a separate section for SQL changes? (or keep one section but rename the Utility to include all?)

Add FOREIGN to ALTER statements, if appropriate (Luis Carril)

> WHAT IS THIS ABOUT?

- The "WHAT IS THIS ABOUT?" should be removed, in my opinion.

Again, congrats for another release of the best database in the world.

Pantelis Theodosiou

On Thu, May 21, 2020 at 12:44 PM Jonathan S. Katz <jkatz@postgresql.org> wrote:
Hi John,

On 5/21/20 12:12 AM, John Naylor wrote:
> Hi Jon,
>
> I noticed a couple minor inconsistencies:
>
> ".datetime" -> elsewhere functions are formatted as `.datetime()`
>
> libpq -> `libpq`
>
> The link to the release notes on its own line is the same as the
> inline link, if that makes sense. In other places with links on their
> own line, the full URL is in the link text.
>
> Also, for "indexes that contain many repeat values", "repeated" might
> sound better here. It's one of those things that jumped out at me at
> first reading, but when trying both in my head, it seems ok.
>
> Regarding "streaming `pg_basebackup`s", I'm used to the general term
> "base backups" in this usage, which seems a  distinct concept from the
> name of the invoked command.

Thanks for the suggestions. I ended up incorporating all of them.

Stay tuned for the release...

Jonathan

pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Schedule of commit fests for PG14
Next
From: Pavel Borisov
Date:
Subject: Re: [PATCH] fix GIN index search sometimes losing results