| From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
|---|---|
| To: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
| Subject: | pg_resetxlog -l |
| Date: | 2012-10-24 14:54:42 |
| Message-ID: | CAHGQGwGae+ZAccvoSpMkL+Sqsrif=sSs2g6EcgbbFEn4FS9cvw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
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.
Regards,
--
Fujii Masao
| Attachment | Content-Type | Size |
|---|---|---|
| pg_resetxlog_doc_v1.patch | application/octet-stream | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Kupershmidt | 2012-10-26 02:06:28 | Re: Formatting complaints |
| Previous Message | Andre Majorel | 2012-10-11 14:28:14 | Formatting complaints |