Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 2B13BB633C2 for ; Sat, 4 Jun 2011 13:52:23 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 00527-01 for ; Sat, 4 Jun 2011 16:52:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wy0-f174.google.com (mail-wy0-f174.google.com [74.125.82.174]) by mail.postgresql.org (Postfix) with ESMTP id 31DE6B633B2 for ; Sat, 4 Jun 2011 13:52:16 -0300 (ADT) Received: by wya21 with SMTP id 21so1987721wya.19 for ; Sat, 04 Jun 2011 09:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=GYfkyuuEBqqxsICgLp2Kup93oKquspBo9km3XbEo5Ow=; b=VqNY4RhaTqh4OQryh41MSqSAWFhTnD0ZC8+zQhLLz/5H261iBCnePA0quIxCn4XmhQ ZQm5urChbq4vsLaML0qqyPPt34VegHZ1jE4hDTvtKx8NrVAiuoDgxaWSIvCt1MQDrYM0 MMNOjGlROrpcPEK8l7o8vmNbDquvloQGoNveQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=o4IW6390vY4mOyiCCrS3jJfrNP/5HgIiEIHIF8iOuy31Gl2lEsB67pv8rC92lShnFZ /as8kwQ424b8xcT/BhgsbVbJaredHohhHBNDelPEuGRdya1V03K48DaLEvNBwqROIHV6 mHu/kpX3I/+KrQ3cXndbmOy9iMj8Dui/vgyJY= Received: by 10.227.182.129 with SMTP id cc1mr3058695wbb.10.1307206335354; Sat, 04 Jun 2011 09:52:15 -0700 (PDT) Received: from [192.168.0.4] (gev44-1-78-228-108-65.fbx.proxad.net [78.228.108.65]) by mx.google.com with ESMTPS id en1sm1737081wbb.52.2011.06.04.09.52.13 (version=SSLv3 cipher=OTHER); Sat, 04 Jun 2011 09:52:14 -0700 (PDT) Message-ID: <4DEA62BC.1080009@gmail.com> Date: Sat, 04 Jun 2011 18:52:12 +0200 From: Marc Cousin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Kevin Grittner CC: Satoshi Nagayasu , pgsql-docs Subject: Re: ECPG, sentence not complete References: <4DE8A66B.60904@gmail.com> <4DE923A8.2080003@gmail.com> <4DE8E203020000250003E0FE@gw.wicourts.gov> In-Reply-To: <4DE8E203020000250003E0FE@gw.wicourts.gov> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201106/14 X-Sequence-Number: 6788 On 06/03/2011 08:30 PM, Kevin Grittner wrote: > 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 Hi, I've found another problem in ECPG's doc: ECPG_INFORMIX_DATE_CONVERT Functions return this value if Internally it is defined to -1210 (the Informix definition). ECPG_INFORMIX_OUT_OF_MEMORY Functions return this value if Internally it is defined to -1211 (the Informix definition). There are a few words missing. Cheers