Thread: Link to 8.0 documentation

Link to 8.0 documentation

From
elein@varlena.com (elein)
Date:
From the website, the link to the
documentation is at:
http://borg.postgresql.org/docs/8.0/static/

This is a different form than it used to be, iirc.
It used to use "current".
Are we expecting to use this form going forward
or are the docs going to be moved to an
URL not containing the release number?

I want to be sure to link to the right URL
when referencing the documentation and/or
be prepared if/when it moves back to "current".

--elein
elein@varlena.com
============================================================
elein@varlena.com        Varlena, LLC        www.varlena.com

          PostgreSQL Consulting, Support & Training

PostgreSQL General Bits   http://www.varlena.com/GeneralBits/
=============================================================
I have always depended on the [QA] of strangers.


Re: Link to 8.0 documentation

From
Tom Lane
Date:
elein@varlena.com (elein) writes:
> From the website, the link to the
> documentation is at:
> http://borg.postgresql.org/docs/8.0/static/

> This is a different form than it used to be, iirc.
> It used to use "current".

AFAICT the scheme hasn't changed: both of these forms still work:

http://www.postgresql.org/docs/8.0/static/
http://www.postgresql.org/docs/current/static/

"current" has always been just a symlink to the active version number.

            regards, tom lane