Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 8B7979FB518 for ; Sat, 21 Oct 2006 23:01:26 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 36779-02-4 for ; Sat, 21 Oct 2006 23:00:53 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id C75B09FB514 for ; Sat, 21 Oct 2006 20:32:43 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id k9LNWgUM028924 for ; Sat, 21 Oct 2006 19:32:42 -0400 (EDT) To: pgsql-docs@postgreSQL.org Subject: "Fast Forward" links don't seem to be correct Date: Sat, 21 Oct 2006 19:32:42 -0400 Message-ID: <28923.1161473562@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=1.997 tagged_above=0 required=5 tests=AWL, SPF_HELO_SOFTFAIL, SPF_SOFTFAIL X-Spam-Level: * X-Archive-Number: 200610/36 X-Sequence-Number: 3757 If you go to a regular, non-chapter-heading page in the PG docs, such as http://developer.postgresql.org/pgdocs/postgres/extend-type-system.html and try the "Fast Backward" link, it goes to that chapter's heading page, which seems reasonable. But the "Fast Forward" link points to the same place. Shouldn't it lead to the *next* chapter, instead? This seems to be the case not only in HEAD, but for all the on-line release versions since 7.4 (the first to have these links). regards, tom lane