Обсуждение: pg_xlogdump bad error msg?

Поиск
Список
Период
Сортировка

pg_xlogdump bad error msg?

От
Magnus Hagander
Дата:
When you don't specify a start segment to pg_xlogdump, you get:

pg_xlogdump: no start log position given in range mode.


What is "range mode", and is there any other mode for pg_xlogdump? Should it not just be "no start log position or segment given" or something like that?

--

Re: pg_xlogdump bad error msg?

От
Andres Freund
Дата:
On 2016-07-11 13:36:37 +0200, Magnus Hagander wrote:
> When you don't specify a start segment to pg_xlogdump, you get:
> 
> pg_xlogdump: no start log position given in range mode.
> 
> 
> What is "range mode", and is there any other mode for pg_xlogdump? Should
> it not just be "no start log position or segment given" or something like
> that?

Works for me as well.

Andres



Re: pg_xlogdump bad error msg?

От
Magnus Hagander
Дата:
On Mon, Jul 11, 2016 at 5:20 PM, Andres Freund <andres@anarazel.de> wrote:
On 2016-07-11 13:36:37 +0200, Magnus Hagander wrote:
> When you don't specify a start segment to pg_xlogdump, you get:
>
> pg_xlogdump: no start log position given in range mode.
>
>
> What is "range mode", and is there any other mode for pg_xlogdump? Should
> it not just be "no start log position or segment given" or something like
> that?

Works for me as well.

I assume that means you agree with changing it, so I will. 

--