Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 4C51D633212 for ; Mon, 13 Apr 2009 13:47:38 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 32802-04 for ; Mon, 13 Apr 2009 13:47:36 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ew0-f167.google.com (mail-ew0-f167.google.com [209.85.219.167]) by mail.postgresql.org (Postfix) with ESMTP id 109E66331FD for ; Mon, 13 Apr 2009 13:47:33 -0300 (ADT) Received: by ewy11 with SMTP id 11so3190063ewy.19 for ; Mon, 13 Apr 2009 09:47:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=n1Xgw0xb8EIiWR+6+8icymALb17rDQUbpzWJiqyKh8w=; b=APC+oUvYP/iZZAwaWO5udE9E58tmrH3hZu5JU8rYB96lDTj/Ku6EeaOnDA6COUtqhv oG7h/Zy6NuKyclhnyccBdLGFh+qN/G01w7AMeGIoMjqrJ8Kux2C1jKb2XFwkWZjcrTUk 6oy5b62iORReWjtk9qcVSXxUVI9J8SuZ5K088= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hdROSCJnMftwT9n6GHkbwrKQVP6f/WUTp7T7MVN9lc+syzttNIusvaumWnOejBuQr1 VIWcHctHfcIhGy4oRhRbFmJV+9ziRTpPfByd281wHmI8wtUjRTJHmoz/lQHqltSdJawm b0I3zz2MelwyPPHs/pR5pFsr3SrEtQbBypOHY= MIME-Version: 1.0 Received: by 10.210.126.18 with SMTP id y18mr2109233ebc.28.1239641252764; Mon, 13 Apr 2009 09:47:32 -0700 (PDT) In-Reply-To: <13783.1239602658@sss.pgh.pa.us> References: <200904130222.n3D2MFV19893@momjian.us> <49E2CA4D.3040705@timbira.com> <13783.1239602658@sss.pgh.pa.us> Date: Mon, 13 Apr 2009 10:47:32 -0600 Message-ID: Subject: Re: Inheritance mention From: Scott Marlowe To: Tom Lane Cc: Euler Taveira de Oliveira , Bruce Momjian , PostgreSQL-documentation Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200904/34 X-Sequence-Number: 5122 On Mon, Apr 13, 2009 at 12:04 AM, Tom Lane wrote: > Euler Taveira de Oliveira writes: >> Bruce Momjian escreveu: >>> Do people feel we should continue documenting that Postgres pre-7.1 >>> didn't reference child tables by default? >>> >> No. IMHO we should remove references to unsupported releases from docume= ntation. > > "Unsupported releases" is far too strict a criterion for this. =A0For > example, there are demonstrably still people using 7.2 (we had a > question about it just last week). =A0They will still appreciate these > notes when they get around to updating. > > Pre-7.1 might indeed be old enough to cut, but how much are we really > saving? =A0Four sentences out of our current docs doesn't excite me ... But since there's a doc set per version, it would make sense to stop mentioning unsupported versions in the docs for supported versions, no? Or is this a FAQ thing we're talking about?