Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 52BAA9FB260 for ; Mon, 25 Sep 2006 16:39:14 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 61859-01 for ; Mon, 25 Sep 2006 19:39:10 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from noel.decibel.org (noel.decibel.org [67.100.216.10]) by postgresql.org (Postfix) with ESMTP id CDA609FB1F5 for ; Mon, 25 Sep 2006 16:39:09 -0300 (ADT) Received: by noel.decibel.org (Postfix, from userid 1001) id 1650156441; Mon, 25 Sep 2006 14:39:08 -0500 (CDT) Received: (hashcash-sendmail, from uid 1001); Mon, 25 Sep 2006 14:39:07 -0500 Date: Mon, 25 Sep 2006 14:39:07 -0500 From: "Jim C. Nasby" To: Gurjeet Singh Cc: pgsql-docs@postgresql.org Subject: Re: [HACKERS] Broken link in PG docs Message-ID: <20060925193906.GB19827@nasby.net> References: <65937bea0609250414s577abb00u73c217f808aa6318@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <65937bea0609250414s577abb00u73c217f808aa6318@mail.gmail.com> X-Operating-System: FreeBSD 6.0-RELEASE-p4 amd64 X-Distributed: Join the Effort! http://www.distributed.net User-Agent: Mutt/1.5.11 X-Hashcash: 1:20:060925:singh.gurjeet@gmail.com::co8VVG27kJj4Fz78:00000000000000 0000000000000000000000006hO3 X-Hashcash: 1:20:060925:pgsql-docs@postgresql.org::Uj6/tlxqfU5Efm/0:000000000000 0000000000000000000000006NwM X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.884 tagged_above=0 required=5 tests=URI_NOVOWEL X-Spam-Level: X-Archive-Number: 200609/32 X-Sequence-Number: 3719 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Moving to -docs On Mon, Sep 25, 2006 at 04:44:47PM +0530, Gurjeet Singh wrote: > At the end of the following page: > > http://www.postgresql.org/docs/8.0/static/indexes-partial.html > > there is a link [Generalized Partial > Indexes] > which is pointing to a missing link. > > Can someone update the link with a live doc? Probably > this one > Hrm... is there any means to update the docs for older versions outside of a new release? Even if the answer is 'no', it'd still be good to make the change in CVS. See attached (btw, this is in the docs back to at least 7.2). -- Jim Nasby jim@nasby.net EnterpriseDB http://enterprisedb.com 512.569.9461 (cell) --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Index: doc/src/sgml/biblio.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/biblio.sgml,v retrieving revision 1.25 diff -c -r1.25 biblio.sgml *** doc/src/sgml/biblio.sgml 16 Sep 2006 00:30:11 -0000 1.25 --- doc/src/sgml/biblio.sgml 25 Sep 2006 19:38:00 -0000 *************** *** 326,332 **** ! <ulink url="http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z"> Generalized Partial Indexes </ulink> --- 326,332 ---- ! <ulink url="http://citeseer.ist.psu.edu/rd/0%252C67014%252C1%252C0.25%252CDownload/http://citeseer.ist.psu.edu/cache/papers/cs/1722/http:zSzzSzsimon.cs.cornell.eduzSzhomezSzpraveenzSzpaperszSzpartindex.de95.pdf/seshadri95generalized.pdf"> Generalized Partial Indexes </ulink> --8t9RHnE3ZwKMSgU+--