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 C4879329CBC for ; Fri, 10 Sep 2004 17:41:48 +0100 (BST) 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 38619-03 for ; Fri, 10 Sep 2004 16:41:41 +0000 (GMT) Received: from window.monsterlabs.com (window.monsterlabs.com [216.183.105.176]) by svr1.postgresql.org (Postfix) with SMTP id 10677329C63 for ; Fri, 10 Sep 2004 17:41:40 +0100 (BST) Received: (qmail 24702 invoked from network); 10 Sep 2004 16:41:38 -0000 Received: from w080.z064003242.bna-tn.dsl.cnc.net (HELO ?192.168.1.22?) (64.3.242.80) by 0 with SMTP; 10 Sep 2004 16:41:38 -0000 In-Reply-To: <200409101653.30653.peter_e@gmx.net> References: <21EDB02E-01DF-11D9-B9D0-000D93AE0944@sitening.com> <200409101056.56998.peter_e@gmx.net> <200409100856.55313.xzilla@users.sourceforge.net> <200409101653.30653.peter_e@gmx.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <471AFECE-0348-11D9-8609-000D93AE0944@sitening.com> Content-Transfer-Encoding: 7bit Cc: Neil Conway , pgsql-docs@postgresql.org, Robert Treat From: Thomas F.O'Connell Subject: Re: Minor Typo in SELECT docs Date: Fri, 10 Sep 2004 11:41:34 -0500 To: Peter Eisentraut X-Mailer: Apple Mail (2.619) 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: 200409/17 X-Sequence-Number: 2536 Well, here's a patch for select.sgml should a committer ever feel inspired: @@ -190,7 +190,7 @@ the default behavior. (In releases before 7.1, ONLY was the default behavior.) The default behavior can be modified by changing the - sql_interitance configuration option. + sql_inheritance configuration option. -tfo On Sep 10, 2004, at 9:53 AM, Peter Eisentraut wrote: > Robert Treat wrote: >> On Friday 10 September 2004 04:56, Peter Eisentraut wrote: >>> Neil Conway wrote: >>>> Thomas F.O'Connell wrote: >>>>> There is a reference to the "sql_interitance" configuration in >>>>> the 7.4.x docs: >>>> >>>> Since it's fixed in HEAD, I think we're fine -- we usually don't >>>> bother applying documentation fixes to release branches, even if >>>> there were plans for another 7.4.x release. >>> >>> I was under the impression that we usually do. Time permitting, of >>> course. >> >> Well, we've certainly been getting drilled to regenerate the idocs on >> the website with each new release in the 7.4.x series. > > Yes, that was me among others, exactly because of the above. > > -- > Peter Eisentraut > http://developer.postgresql.org/~petere/