[GENERAL] Postgres 10 manual breaks links with anchors

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема [GENERAL] Postgres 10 manual breaks links with anchors
Дата
Msg-id os1mii$lpk$1@blaine.gmane.org
обсуждение исходный текст
Ответы Re: [GENERAL] Postgres 10 manual breaks links with anchors  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-general
I don't know if this is intentional, but the Postgres 10 manual started to use lowercase IDs as anchors in the manual.

So, if I have e.g.: the following URL open in my browser:
  https://www.postgresql.org/docs/current/static/sql-createindex.html#sql-createindex-concurrently

I cannot simply switch to an older version by replacing "current" with e.g. "9.5" because in the 9.5 manual the anchor
wasall uppercase, and the URL would need to be: 
 
  https://www.postgresql.org/docs/9.5/static/sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY

Is this intentional? 

This also makes "cleaning" up links in e.g. StackOverflow that point to outdated versions of the manual a bit more
cumbersome.
 

Regards
Thomas



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [GENERAL] Delete Duplicates with Using
Следующее
От: Seamus Abshere
Дата:
Сообщение: Re: [GENERAL] Non-overlapping updates blocking each other