Re: psql option

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: y.saburov@gmail.com, pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-04-09T22:01:39Z
Lists: pgsql-docs
> On 9 Apr 2024, at 18:33, Daniel Gustafsson <daniel@yesql.se> wrote:
> 
>> On 9 Apr 2024, at 16:05, PG Doc comments form <noreply@postgresql.org> wrote:
>> 
>> The following documentation comment has been logged on the website:
>> 
>> Page: https://www.postgresql.org/docs/16/app-psql.html
>> Description:
>> 
>> option -X,
>> 
>> the specified comma after the letter X
>> 
>> https://www.postgresql.org/docs/current/app-psql.html
> 
> 
> Nice catch, will fix.

Committed, turns out the stray comma has been there since 7.3, so backpatched
it all the way.  Thanks for the report!

--
Daniel Gustafsson




Commits

  1. doc: Remove stray comma from list of psql options