X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id AAE6FDA118 for ; Fri, 14 Oct 2005 20:46:58 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 54466-01 for ; Fri, 14 Oct 2005 23:46:55 +0000 (GMT) Received: from mailbox.samurai.com (mailbox.samurai.com [205.207.28.82]) by svr1.postgresql.org (Postfix) with ESMTP id 14BB0DA12E for ; Fri, 14 Oct 2005 20:46:57 -0300 (ADT) Received: from localhost (mailbox.samurai.com [205.207.28.82]) by mailbox.samurai.com (Postfix) with ESMTP id DF7CA239646 for ; Fri, 14 Oct 2005 19:47:00 -0400 (EDT) Received: from mailbox.samurai.com ([205.207.28.82]) by localhost (mailbox.samurai.com [205.207.28.82]) (amavisd-new, port 10024) with LMTP id 18010-01-6 for ; Fri, 14 Oct 2005 19:46:59 -0400 (EDT) Received: from [192.168.1.103] (d226-86-55.home.cgocable.net [24.226.86.55]) by mailbox.samurai.com (Postfix) with ESMTP id 2F7DB2395A8 for ; Fri, 14 Oct 2005 19:46:59 -0400 (EDT) Subject: minor doc tweak From: Neil Conway To: pgsql-www@postgresql.org Content-Type: text/plain Date: Fri, 14 Oct 2005 19:48:46 -0400 Message-Id: <1129333726.8219.21.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailbox.samurai.com X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0 required=5 tests=[none] X-Spam-Level: X-Archive-Number: 200510/44 X-Sequence-Number: 8632 Per a user-submitted comment on the documentation, it would be nice if the breadcrumbs at the top of the documentation pages provided a link back to the top-level page for the current set of manuals being viewed. In other words, to pick a page at random: http://www.postgresql.org/docs/8.0/interactive/functions.html has "Home -> Documentation -> Manuals -> PostgreSQL 8.0" at the top, but the "PostgreSQL 8.0" is not linked. For users who arrive in the midst of the documentation via Google, it would be nice to make it easier for them to get back to the ToC for the 8.0 docs without needing to go to "Manuals" first. -Neil