Bug in Wiki page

Поиск
Список
Период
Сортировка
От
Тема Bug in Wiki page
Дата
Msg-id b7a43921-9ecd-2b27-d117-f1d7154bace1@isc-ejpd.admin.ch
обсуждение исходный текст
Ответы Re: Bug in Wiki page
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: "Mailing List Subscriptions" page returns Server Error (500)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Bug in Wiki page