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 20230908.095523.191624094409567922.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: psql help message contains excessive indentations  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
At Thu, 7 Sep 2023 13:06:35 +0200, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote in 
> On 2023-Sep-07, Yugo NAGATA wrote:
> > +    HELP0("  \\watch [[i=]SEC] [c=N] [m=MIN]\n"
> > +          "                         execute query every SEC seconds, up to N times\n"
> > +          "                         stop if less than MIN rows are returned\n");
> 
> Yeah, this looks right to me -- the whole help entry as a single
> translatable unit, instead of three separately translatable lines.

+1

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Next
From: Michael Paquier
Date:
Subject: Re: [BackendXidGetPid] only access allProcs when xid matches