Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ihBPw-00079n-68 for pgsql-www@arkaria.postgresql.org; Tue, 17 Dec 2019 11:53:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ihBPu-0002JU-VW for pgsql-www@arkaria.postgresql.org; Tue, 17 Dec 2019 11:53:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ihBPu-0002JN-Lf for pgsql-www@lists.postgresql.org; Tue, 17 Dec 2019 11:53:30 +0000 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ihBPr-0001Ma-73 for pgsql-www@postgresql.org; Tue, 17 Dec 2019 11:53:29 +0000 Received: by mail-lj1-x22a.google.com with SMTP id z17so10547288ljk.13 for ; Tue, 17 Dec 2019 03:53:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/0bEQFux+ec7m1XzuPjQZGiIFHUod3ANHiUbaScLRUY=; b=htCszMbKCohkhQ25OgoKYA66CyiwL0fAlo4NbHMatDhqnKQWi9losxA6atFDqyn5hi jJKS2H/VMtwUZeRn4jQw5na7ttCulE+Pjng7oY2keubGQfRrWfxRxGi3iAHyxVUZ0K0z KWAF6p5eAKpxkzJFmoBqO92Pn3X2YgAmlCSrDcBfiLFyGQyC3vPNwyAsb+ByVp+ux/0s GN2FhE4RFgcpUBkk+BtiuSRNyiVO2StkoaEKtCUOeaV8TmDUZ9r+3Bq3Zc2Q8cPtZKg3 OXMxUoRt2REBG2sn7xsehDI6tIS2Ms6vPOJnHMl56vACIf321oEB1praWdVx8J7iPuGo H00w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/0bEQFux+ec7m1XzuPjQZGiIFHUod3ANHiUbaScLRUY=; b=fhhFQ3xo93+ukxtU8rZ4t8maYZJjfTEkxY/4ASVkfPVRLKCVqfsZhicoO7vK99kcdl /EVpFceKMXFVxF6NIvPuurYTtR6AR2C3aLtaTQUOf0slhJJp8Kxb9XzpAGxxdvjBRHT4 /5xFtnJnXAUrWjJbtxGZG/Nk/DSegzrqkH1e4jpkV2zPM9xqmpdZiPzq9unJyds21hoz 25zJrufH7aiSG0sZSEBPBcKLTNBWLqgReInXo9s1hPNwmtCWI4WXbMEcLdkNK2yDowjG +gGQG/YOsek/oVhnTwlCKYUpsz03GuZHt+T1px/aMP0eyFWDwEHbIlG0SKeLGBQVV+Gr ATMw== X-Gm-Message-State: APjAAAXbumxyNjLt8wmKdfth3zxQPh3r1/ldPO7NZ4pNexgIb0IjENun Er3qvbvtFYLSI4sDkqwcBJOOhJwO540vch5kIySrmA== X-Google-Smtp-Source: APXvYqwv+nbSeU2K/koClscyJpSq6s6JJA/wH982g8g0l+C/bH/sNmjGpw3uRxEi+V5o9CWLC90CknxEyWdu+gjHsBA= X-Received: by 2002:a2e:810d:: with SMTP id d13mr2897820ljg.113.1576583606320; Tue, 17 Dec 2019 03:53:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Magnus Hagander Date: Tue, 17 Dec 2019 12:53:15 +0100 Message-ID: Subject: Re: client auth docs seem to have devolved To: Dave Cramer Cc: PostgreSQL-development , PostgreSQL WWW Content-Type: multipart/alternative; boundary="000000000000d058970599e4f948" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000d058970599e4f948 Content-Type: text/plain; charset="UTF-8" On Tue, Dec 17, 2019 at 12:43 PM Dave Cramer wrote: > While following an old link to > https://www.postgresql.org/docs/10/auth-methods.html > > I see a list of links to authentication methods. However: > > When I hit the current version > https://www.postgresql.org/docs/current/auth-methods.html > > There are absolutely no links... > > That's because the structure of the docs changed. You need to hit "up", which will take you to https://www.postgresql.org/docs/current/client-authentication.html, which now has the list of links. Note how the different methods used to be 20.3.x, and are now directly listed as 20.y. I'm unsure if that was intentional in the upstream docs, but that's what makes the website behave like it does. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --000000000000d058970599e4f948 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Tue, Dec 17, 2019 at 12:43 PM Dave Cra= mer <davecramer@gmail.com>= ; wrote:
While following an old link to=C2=A0https://www.postgresql.org/docs/10/auth-methods.html

I see a list of links to authentication methods. However:

T= here are absolutely no links...


That's because the structure of the docs changed. You need t= o hit "up", which will take you to=C2=A0https://www.postgresq= l.org/docs/current/client-authentication.html, which now has the list o= f links. Note how the different methods used to be 20.3.x, and are now dire= ctly listed as 20.y.=C2=A0

I'm unsure if that = was intentional in the upstream docs, but that's what makes the website= behave like it does.=C2=A0

--
=C2=A0Magnus Hagander=C2=A0Me: https://w= ww.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/
=
--000000000000d058970599e4f948--