Postgres 10 manual breaks links with anchors

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres 10 manual breaks links with anchors
Date: 2017-10-16 07:19:54
Message-ID: os1mii$lpk$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Seamus Abshere 2017-10-16 12:20:37 Re: Non-overlapping updates blocking each other
Previous Message Andreas Kretschmer 2017-10-16 06:53:38 Re: Delete Duplicates with Using

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2017-10-16 07:36:13 Re: [PATCH] Lockable views
Previous Message David Rowley 2017-10-16 06:36:29 Re: Extended statistics is not working on Vars hidden under a RelabelType