X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 18133D1B181 for ; Fri, 23 Jul 2004 16:32:01 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 94057-02 for ; Fri, 23 Jul 2004 19:31:55 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 23FF6D1B179 for ; Fri, 23 Jul 2004 16:31:53 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i6NJVlVK027388; Fri, 23 Jul 2004 15:31:47 -0400 (EDT) To: David Fetter Cc: Peter Eisentraut , Robert Treat , Joe Conway , elein , pgsql-docs@postgresql.org Subject: Re: [HACKERS] Tutorial In-reply-to: <20040723185146.GV7751@fetter.org> References: <20040722222104.GU7751@fetter.org> <200407222240.45890.xzilla@users.sourceforge.net> <15070.1090552467@sss.pgh.pa.us> <200407230903.30389.peter_e@gmx.net> <20040723185146.GV7751@fetter.org> Comments: In-reply-to David Fetter message dated "Fri, 23 Jul 2004 11:51:46 -0700" Date: Fri, 23 Jul 2004 15:31:47 -0400 Message-ID: <27387.1090611107@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200407/24 X-Sequence-Number: 2432 David Fetter writes: > What *is* broken is table inheritance, and the docs need to reflect > this. The combination of inheritance with certain other features is broken, yes, and the docs do reflect that (see the bottom of http://www.postgresql.org/docs/7.4/static/ddl-inherit.html for example). I will grant you that this page is a near duplicate of the tutorial's discussion of inheritance, which is surely bad --- either they should be exact duplicates, or one or the other needs rewriting. But I'm not really going to hold still for the docs on inheritance being rewritten by someone who considers the entire concept broken. Maybe we can get elein to do it ;-) regards, tom lane