Re: Documentation Improvement suggestions

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Documentation Improvement suggestions
Date: 2009-07-20 14:12:56
Message-ID: 20090720161256.04fba340@dawn.webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 20 Jul 2009 09:34:00 -0400
Robert James <srobertjames(at)gmail(dot)com> wrote:

> Two small suggestions that might make it easier for newcomers to
> take advantage of the wonderful database:
> 1. Googling Postgres docs produces links for all different
> versions. This is because incoming links are to different
> versions. Besides being confusing, it pushes the pages lower in
> Google, and makes it harder to find them.
> Could the website offer a link to the 'current' version, whichever
> it is. Eg instead of just :
> http://www.postgresql.org/docs/8.1/static/creating-cluster.html
> Have:
> http://www.postgresql.org/docs/current/static/creating-cluster.html
> which would keep all incoming links pointed to the current page.

Did you actually tried the link you proposed?
There is a page behind it... ant it actually links to 8.4 docs.
People still need old docs so you can't just make docs for previous
versions unavailable... and once they are available, they will be
indexed.
Unfortunately current version doesn't mean most used.

Actually what I'd enjoy is a link to the "interactive" version and
maybe aggregating all the comments of previous versions in
the new version (indicating from which versions they come from).

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2009-07-20 14:13:10 Re: Understanding sequential versus index scans.
Previous Message Robert James 2009-07-20 13:37:17 Understanding INNER JOIN versus IN subquery