Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id E622B9FB21D; Wed, 25 Oct 2006 11:31:41 -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 67241-03; Wed, 25 Oct 2006 11:31:34 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id A79729F98F8; Wed, 25 Oct 2006 11:31:33 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 094A7F4089; Wed, 25 Oct 2006 16:31:32 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: [HACKERS] Replication documentation addition Date: Wed, 25 Oct 2006 16:31:31 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA35839@algol.sollentuna.se> In-Reply-To: <453F729E.7040101@commandprompt.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [DOCS] [HACKERS] Replication documentation addition Thread-Index: Acb4QKqMR6LKAKlqTEa0MMvegmvjwgAAUqxQ From: "Magnus Hagander" To: "Joshua D. Drake" , "Cesar Suga" Cc: "Steve Atkins" , "PostgreSQL-documentation" , X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.577 tagged_above=0 required=5 tests=AWL, FORGED_RCVD_HELO, SARE_SPEC_REPLICA, SPF_PASS X-Spam-Level: X-Archive-Number: 200610/84 X-Sequence-Number: 3805 > > I also wrote Bruce about that. > >=20 > > It happens that, if you 'freely advertise' commercial solutions=20 > > (rather than they doing so by other vehicles) you will=20 > always happen=20 > > to be an 'updater' to the docs if they change their product=20 > lines, if=20 > > they change their business model, if and if. >=20 > That is no different than the open source offerings. We have=20 > had several open source offerings that have died over the=20 > years. Replicator, for example has always been Replicator and=20 > has been around longer than any of the current replication solutions. I think this is a good reason not to list *any* of the products by name in the documentation, but instead refer to a page on say techdocs that can be more easily updated. And that can contain both free and non-free projects, under clear headlines showing the difference. The documentation is about PostgreSQL, not about third-party products, be they free or commercial. Our *website*, however, should give guidance on which specific products we (as a community) know are stable and usable along with PostgreSQL (as we do today under downloads, but could very well do based on specific uses like replication as well) //Magnus