Re: psql help message contains excessive indentations

Поиск
Список
Период
Сортировка
От Yugo NAGATA
Тема Re: psql help message contains excessive indentations
Дата
Msg-id 20230907160810.1a4171e3cd1b648f5eb55ed0@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: psql help message contains excessive indentations  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: psql help message contains excessive indentations  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Re: psql help message contains excessive indentations  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
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 
> > On Thu, 07 Sep 2023 14:29:56 +0900 (JST)
> > Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote:
> > >  >  \q                     quit psql
> > >  >  \watch [[i=]SEC] [c=N] [m=MIN]
> > > !>                          execute query every SEC seconds, up to N times
> > > !>                          stop if less than MIN rows are returned
> > > 
> > > The last two lines definitely have some extra indentation.
> > 
> > Agreed.
> > 
> > > I've attached a patch that fixes this.
> > 
> > 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.

> 
> >  \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


-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Hayato Kuroda (Fujitsu)"
Дата:
Сообщение: pg_ctl start may return 0 even if the postmaster has been already started on Windows
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Impact of checkpointer during pg_upgrade