Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TnXjv-0006TM-Pm for pgsql-docs@arkaria.postgresql.org; Tue, 25 Dec 2012 16:52:27 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1TnXju-0008Dc-UG for pgsql-docs@arkaria.postgresql.org; Tue, 25 Dec 2012 16:52:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TnXju-0008DO-5B for pgsql-docs@postgresql.org; Tue, 25 Dec 2012 16:52:26 +0000 Received: from mail-ie0-f182.google.com ([209.85.223.182]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TnXjq-0000ks-Vx for pgsql-docs@postgresql.org; Tue, 25 Dec 2012 16:52:25 +0000 Received: by mail-ie0-f182.google.com with SMTP id s9so9949491iec.27 for ; Tue, 25 Dec 2012 08:52:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1Ps5GLKaXoXi2xVsEgUqHDzplCNO8gEmElaGshYUvyg=; b=WYaQEbu9KvTqMTECGqmn6laiOeeX7YhlJOlbFEpkmLi1qiVcK+NZxG2P+eLZ20X3Kj h6hbYLR78A4jazImC5NJc3Ilh4CrbPNjwmP3sKLgcDURBIdmvvyGdYKzxtHzertaSTQE XynW6SnSGE6lbcNJyAp7LFrBoH1w3T4RpsFsGrtVawBdkzPUVKm1A3b55wWPlXg4fT2i jI+hKeiC/plztdM5GAnRjXs2Zn90a4O+FUszQqIOi6H88gCs0A6H6bhxIzkxw0ZH5b8u Tao1FLzv3z/ut2tmo2hEShDdBXbfRNHQV/jsqNJvXoLZaraIzAD3cf962t5vh/9JRrJa ZAoA== MIME-Version: 1.0 Received: by 10.50.214.97 with SMTP id nz1mr21913320igc.36.1356454340959; Tue, 25 Dec 2012 08:52:20 -0800 (PST) Received: by 10.64.61.73 with HTTP; Tue, 25 Dec 2012 08:52:20 -0800 (PST) In-Reply-To: References: Date: Wed, 26 Dec 2012 01:52:20 +0900 Message-ID: Subject: Re: pg_resetxlog -l From: Fujii Masao To: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Wed, Oct 24, 2012 at 11:54 PM, Fujii Masao 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 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs