Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 60792B62260 for ; Fri, 3 Jun 2011 15:31:00 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 19759-07 for ; Fri, 3 Jun 2011 18:30:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from gw.wicourts.gov (gwmta.wicourts.gov [165.219.244.99]) by mail.postgresql.org (Postfix) with ESMTP id 67579B62101 for ; Fri, 3 Jun 2011 15:30:53 -0300 (ADT) Received: from Courts-MTA by gw.wicourts.gov with Novell_GroupWise; Fri, 03 Jun 2011 13:30:52 -0500 Message-Id: <4DE8E203020000250003E0FE@gw.wicourts.gov> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Fri, 03 Jun 2011 13:30:43 -0500 From: "Kevin Grittner" To: "Marc Cousin" , "Satoshi Nagayasu" Cc: "pgsql-docs" Subject: Re: ECPG, sentence not complete References: <4DE8A66B.60904@gmail.com> <4DE923A8.2080003@gmail.com> In-Reply-To: <4DE923A8.2080003@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201106/11 X-Sequence-Number: 6785 Satoshi Nagayasu wrote: > I think it should be rewritten as following: > --------------------------------------------------------- > If the query returns more than one records, multiple linked > SQLDA structures are returned, and desc_next > holds a pointer to the next element (record) in the list. > --------------------------------------------------------- "more than one records" isn't right -- it could be "multiple records" or "more than one record". -Kevin