Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1egKXh-0004u2-Rk for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 01:16:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egKXg-0005LF-5Y for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 01:16:56 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1egKXf-0005L1-Sw for pgsql-docs@lists.postgresql.org; Tue, 30 Jan 2018 01:16:56 +0000 Received: from mail-qt0-x22e.google.com ([2607:f8b0:400d:c0d::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1egKXc-0006me-CR for pgsql-docs@postgresql.org; Tue, 30 Jan 2018 01:16:54 +0000 Received: by mail-qt0-x22e.google.com with SMTP id g14so15280828qti.2 for ; Mon, 29 Jan 2018 17:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DmuSTrEZ1E8A6nk192oK7vfwZRY1BB7mG8VHW+VoDcc=; b=M0it6XU125Y2064SRGf/rwA6R1QiP2DScOZb48PzHGofFzFN6vsLGhL8THs5yMrLxR aN+nGJKrWwMnM0ucHiZ0vXZN1xo3yT+NqbIKiSQqGl95fGpwdSQZT684wiIkeLiA51/U Z+o47fnx2o+kIzToLJuo5I54F0xnCXcc6SOVwXa6MPYC+6ODa839YPCmtZkI+Wbr2b6O yCNZBrQcelJ9qbXoGsSPr7uVOsJlJapqBoporADFHjLy4Jl9swXyWuAgdvIQV8nPAibi 3MRI06n9rFlO8ejQWTI5DwCFMJLxAH3kiE5pqSSQwvuBijpCiH3jQtE7L4tRfmnE8am5 jO0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DmuSTrEZ1E8A6nk192oK7vfwZRY1BB7mG8VHW+VoDcc=; b=WMM9n3taEuTtiWxlRx8izGm0ixqf+7N6TOjTk63IC8zKecGnMfoS4qFI/spO6Etglq KaAn3f3V9nxzFrDd4kexx4ZbWQ3N5VKGYrwiT7CdvEyKe59sQRo8ltKPbRmelDg0UOIF 6lO5FEh6j9B6WHnA35hkmC9jAIIDzr7jOjNfEnkUEQvYfgf9WBN3hwD1ri5idYeUH9Y5 P98jy9QEQI/uvcyrd4Sun88V2oAfTPoX+Ktl1UUF6D+Mg1obka75OOjfpJ3JSRwTYwTH 4mqx5T4uTe1wBzO9XHbA/qv41j9vri0DHI+HMbNiTg23em6f1cEPkIezl3mnhXCYfWFn s5pA== X-Gm-Message-State: AKwxytchv7uUcAzYP0NHPt/ib3VdqBVZjgayR8n3K01SbaOlmh1OuHwQ pxz+u0gPCo/jIg+gzhvX31ulMQ33GWoqxjg3Svo= X-Google-Smtp-Source: AH8x226OBcZt+W8vs4CwigOLrhCg0DXQEhRB+SglBM8ahmi6OYJYVCCwAULnN+Ng7Sk/T+x8DDcMBEytwJ8oVwgYtlE= X-Received: by 10.200.12.78 with SMTP id l14mr9828835qti.291.1517275011374; Mon, 29 Jan 2018 17:16:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.135.38 with HTTP; Mon, 29 Jan 2018 17:16:50 -0800 (PST) In-Reply-To: <20180127150543.GB30459@momjian.us> References: <20171218213041.25744.8414@wrigleys.postgresql.org> <20180126002618.GA20836@momjian.us> <20180127150543.GB30459@momjian.us> From: "David G. Johnston" Date: Mon, 29 Jan 2018 18:16:50 -0700 Message-ID: Subject: Re: pg_upgrade docs are confusing if PostgreSQL's versioning system/language isn't known to reader To: Bruce Momjian Cc: Jim Ryan , "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary="089e0822908c1462dc0563f41e05" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --089e0822908c1462dc0563f41e05 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, Jan 27, 2018 at 8:05 AM, Bruce Momjian wrote: > I decided I needed to be more explicit about the major version numbers > so I have added major and minor examples for the 9.6.x series and 10.x > series releases. Patch attached. > > =E2=80=8BThanks!=E2=80=8B =E2=80=8B+1 =E2=80=8BDavid J. --089e0822908c1462dc0563f41e05 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Sat, Ja= n 27, 2018 at 8:05 AM, Bruce Momjian <bruce@momjian.us> wrote:
I decided I needed to be more e= xplicit about the major version numbers
so I have added major and minor examples for the 9.6.x series and 10.x
series releases.=C2=A0 Patch attached.

<= br>
=E2=80=8BThanks!=E2=80=8B

=E2=80=8B+1

=E2=80=8BDavid J.

--089e0822908c1462dc0563f41e05--