Bug in Wiki page - Mailing list pgsql-www

From
Subject Bug in Wiki page
Date
Msg-id b7a43921-9ecd-2b27-d117-f1d7154bace1@isc-ejpd.admin.ch
Whole thread Raw
Responses Re: Bug in Wiki page  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-www
Hi

The page

https://wiki.postgresql.org/wiki/Apt

mentions under "Quickstart" the URI

deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main

and later

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ 
$(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

as the way to do it.

Fact is that the trailing slash is wrong and leads to an apt-mirror 
error. Correct would be

deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main

in our use case.

HTH, Andreas

PS: Didn't want to create a login just to correct that.
-- 
Andreas Weber
Senior ICT Software Engineer

Eidgenössisches Justiz- und Polizeidepartement EJPD
Informatik Service Center ISC-EJPD
Technologie
Fellerstrasse 15, 3003 Bern
Tel. +41 58 465 38 85
mailto:andreas.weber@isc-ejpd.admin.ch
http://www.isc-ejpd.admin.ch

pgsql-www by date:

Previous
From: Fujii Masao
Date:
Subject: Re: "Mailing List Subscriptions" page returns Server Error (500)
Next
From: Alvaro Herrera
Date:
Subject: Re: Bug in Wiki page