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 83E01329E42 for ; Fri, 10 Sep 2004 00:51:11 +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 42989-05 for ; Thu, 9 Sep 2004 23:51:05 +0000 (GMT) Received: from window.monsterlabs.com (window.monsterlabs.com [216.183.105.176]) by svr1.postgresql.org (Postfix) with SMTP id 684A7329E3B for ; Fri, 10 Sep 2004 00:51:02 +0100 (BST) Received: (qmail 24480 invoked from network); 9 Sep 2004 23:51:01 -0000 Received: from pcp03902625pcs.nash01.tn.comcast.net (HELO ?192.168.0.106?) (68.53.108.124) by 0 with SMTP; 9 Sep 2004 23:51:01 -0000 In-Reply-To: <20040909234728.GA7082@dcc.uchile.cl> References: <21EDB02E-01DF-11D9-B9D0-000D93AE0944@sitening.com> <4140E7BD.5090001@samurai.com> <20040909234728.GA7082@dcc.uchile.cl> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <18E78CEC-02BB-11D9-B625-000D93AE0944@sitening.com> Content-Transfer-Encoding: 7bit Cc: pgsql-docs@postgresql.org From: Thomas F.O'Connell Subject: Re: Minor Typo in SELECT docs Date: Thu, 9 Sep 2004 18:50:58 -0500 To: Neil Conway 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/11 X-Sequence-Number: 2530 I second Alvaro: Why is that? -tfo On Sep 9, 2004, at 6:47 PM, Alvaro Herrera wrote: > On Fri, Sep 10, 2004 at 09:31:09AM +1000, 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. > > Oh, is this really a good policy?