Re: psql help message contains excessive indentations - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: psql help message contains excessive indentations
Date
Msg-id 20230907.170351.1552864966311860985.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: psql help message contains excessive indentations  (Yugo NAGATA <nagata@sraoss.co.jp>)
List pgsql-hackers
At Thu, 7 Sep 2023 16:08:10 +0900, Yugo NAGATA <nagata@sraoss.co.jp> wrote in 
> On Thu, 07 Sep 2023 15:36:10 +0900 (JST)
> Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote:
> 
> > At Thu, 7 Sep 2023 15:02:49 +0900, Yugo NAGATA <nagata@sraoss.co.jp> wrote in 
> > > I wonder this better to fix this in similar way to other places where the
> > > description has multiple lines., like "\g [(OPTIONS)] [FILE]".
> > 
> > It looks correct to me:
> 
> Yes. So, I mean how about fixing \watch description as the attached patch.

Ah. I see. I thought you meant that line needed the same change.

> > 
> > >  \errverbose            show most recent error message at maximum verbosity
> > >  \g [(OPTIONS)] [FILE]  execute query (and send result to file or |pipe);
> > >                         \g with no arguments is equivalent to a semicolon
> > >  \gdesc                 describe result of query, without executing it

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: "Bagga, Rishu"
Date:
Subject: Re: SLRUs in the main buffer pool - Page Header definitions
Next
From: Michael Paquier
Date:
Subject: Re: [BackendXidGetPid] only access allProcs when xid matches