Re: Postgres 10 manual breaks links with anchors

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 10 manual breaks links with anchors
Date: 2017-11-03 18:24:05
Message-ID: e78da303-9588-9b51-adb2-2f0898570a03@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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 anchor was 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniele Varrazzo 2017-11-03 18:50:45 Re: [HACKERS] SSL and Encryption
Previous Message Jeff Janes 2017-11-03 16:12:31 Re: [HACKERS] SSL and Encryption

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniele Varrazzo 2017-11-03 18:50:45 Re: [HACKERS] SSL and Encryption
Previous Message Tom Lane 2017-11-03 18:20:15 Re: Where is it documented what role executes constraint triggers?