Обсуждение: [GENERAL] Postgres 10 manual breaks links with anchors

Поиск
Список
Период
Сортировка

[GENERAL] Postgres 10 manual breaks links with anchors

От
Thomas Kellerer
Дата:
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

Re: [GENERAL] Postgres 10 manual breaks links with anchors

От
Peter Eisentraut
Дата:
On 10/16/17 03:19, Thomas Kellerer wrote:
> 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
anchorwas all uppercase, and the URL would need to be: 
 
> 
>    https://www.postgresql.org/docs/9.5/static/sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY

A fix for this has been committed.  Once 10.1 comes out (next week), the
old-style anchors will work again.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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