Re: pg_resetxlog -l

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: pg_resetxlog -l
Date: 2012-12-25 16:52:20
Message-ID: CAHGQGwGvEWiPD7H037yUZY8g6=7AJr31Ha+BjbaQJSMP_oc4kw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Oct 24, 2012 at 11:54 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Hi,
>
> I found the old information about -l option of pg_resetxlog in its document.
>
>> pg_resetxlog [-f] [-n] [-o oid] [-x xid] [-e xid_epoch] [-m mxid] [-O mxoff] [-l timelineid,fileid,seg] datadir
>
> In HEAD, what -l option of pg_resetxlog allows to be set is a WAL file name.
> So 'timelineid,fileid,seg' part should be changed to 'xlogfile'. Patch attached.
> I chose the term 'xlogfile' here because it's used in help message of
> pg_resetxlog.

Does anyone pick up and commit this to HEAD?

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2012-12-27 13:34:19 Re: pattern matching indexing
Previous Message Tom Lane 2012-12-24 15:12:45 Re: pattern matching indexing