Re: Usage of pg_waldump

Поиск
Список
Период
Сортировка
Искать
От
Andres Freund
Тема
Re: Usage of pg_waldump
Дата
в 19:26:30
Msg-id
20180501162630.ht426rxwfmqxg74j@alap3.anarazel.de
Ответ на
Usage of pg_waldump (Dang Minh Huong)
Список
Дерево обсуждения
Usage of pg_waldump Dang Minh Huong <kakalot49@gmail.com>
Re: Usage of pg_waldump Andres Freund <andres@anarazel.de>
Re: Usage of pg_waldump "David G. Johnston" <david.g.johnston@gmail.com>
Re: Usage of pg_waldump Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Hi,

On 2018-05-01 16:41:04 +0900, Dang Minh Huong wrote:
> The syntax is known as,
> 
>   pg_waldump [OPTION]... [STARTSEG [ENDSEG]]
> 
> Mean that, it could work with no arguments.
> But the "no arguments specified" ERROR will be returned in that case.
> 
>   $ pg_waldump
>   pg_waldump: no arguments specified
>   Try "pg_waldump --help" for more information.
> 
> I wonder it should be,
> 
>   pg_waldump { OPTION... [STARTSEG [ENDSEG]] } | { [OPTION]... STARTSEG [ENDSEG] }
> 
> Have any comments?

To me that doesn't seem like an improvement, looks a good chunk more
complicated. You'll get the error and the docs also tell you that some
arguments are needed.

Greetings,

Andres Freund

В списке pgsql-bugs по дате отправления
От: David G. Johnston
Дата:
Сообщение: Re: Usage of pg_waldump
FAQ