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

From Sébastien Lardière
Subject Re: PostgreSQL 13 Beta 1 Release Announcement Draft
Date
Msg-id a93884c8-2e40-59fb-21b2-1bf07e994a1e@lardiere.net
Whole thread Raw
In response to PostgreSQL 13 Beta 1 Release Announcement Draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On 19/05/2020 04:29, Jonathan S. Katz wrote:
Hi,

Attached is a draft of the release announcement for the PostgreSQL 13
Beta 1 release this week.


Hi,

Maybe I'm too late, but in this paragraph :


> `psql` now includes the `\warn` command that is similar to the `\echo` command
> in terms of outputting data, except `\warn` sends it to stderr. And in case you
> need additional guidance on any of the PostgreSQL commands, the `--help` flag
> now includes a link to [https://www.postgresql.org](https://www.postgresql.org).

is it --help shouldn't be /help ?

Same thing in the release note (https://www.postgresql.org/docs/13/release-13.html) :

> Add the PostgreSQL home page to command-line --help output (Peter Eisentraut)

as it probalbly refer to 27f3dea64833d68c1fa08c1e5d26176a579f69c8, isn't it ?

regards,

-- 
Sébastien

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Remove a redundant condition check
Next
From: Bharath Rupireddy
Date:
Subject: [PATCH] Remove Extra palloc Of raw_buf For Binary Format In COPY FROM