Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 6D9431337B92 for ; Fri, 6 May 2011 16:07:31 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 53766-06 for ; Fri, 6 May 2011 19:07:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mail.postgresql.org (Postfix) with SMTP id 318851337B67 for ; Fri, 6 May 2011 16:07:12 -0300 (ADT) Received: (qmail invoked by alias); 06 May 2011 19:07:10 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp049) with SMTP; 06 May 2011 21:07:10 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1876eF91Uo7Yf4ntBsF85jOi9iA2Y/8lVwxUnT9Yw Mg2WQdDbfvGIbU Subject: many contrib links are broken From: Peter Eisentraut To: pgsql-docs Cc: Bruce Momjian Content-Type: text/plain; charset="UTF-8" Date: Fri, 06 May 2011 22:07:09 +0300 Message-ID: <1304708829.28821.5.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.909 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201105/23 X-Sequence-Number: 6698 The commit 159e3d86292cfec2a2828f9f69ac7a6cb1be242d created some funny business out of many links to contrib modules. Take a look at this page: http://developer.postgresql.org/pgdocs/postgres/log-shipping-alternative.html It now reads: "See the Section F.31 module for a reference implementation of this." (where it previously said "the pg_standby module") There are many other places like that now. I don't think the toolchain changed in this area, so the whole change was broken to begin with. The idea is sound, IMO, but the implementation needs to be reevaluated.