Re: BUG #12821: Cannot install xlogdump

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Ha Quan Le <nlp(dot)sr(at)shaw(dot)ca>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12821: Cannot install xlogdump
Date: 2015-03-03 23:41:05
Message-ID: CAB7nPqQ0pmVcKD-NtBhEupUKcTHZi3P65BfqMh17j3+fYa=F_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> is there any statement so that I just run pg_xlogdump with which options so
> that it will show all the WAL log file from the beginning until the end of
> the WAL log instead of viewing each segment and short info? I suppose that a
> 16MB WAL log but only a piece as above?

If you want to see all the content of a given file, simply do not use
-n, you can as well have a look at series of files, like that:
pg_xlogdump $FIRST_SEGMENT_FILE $LAST_SEGMENT_FILE
Note that all those things are explained in the documentation:
http://www.postgresql.org/docs/9.3/static/pgxlogdump.html

--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-03-04 00:48:46 Re: Functional indexes with slow functions are misplanned
Previous Message Bruce Momjian 2015-03-03 23:36:37 Re: BUG #12826: Streaming replication - should master/slave file system be identical?