Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 68E97632A67; Tue, 6 Jul 2010 04:29:53 -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 45375-04; Tue, 6 Jul 2010 07:29:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pv0-f174.google.com (mail-pv0-f174.google.com [74.125.83.174]) by mail.postgresql.org (Postfix) with ESMTP id 8CA0F632198; Tue, 6 Jul 2010 04:29:45 -0300 (ADT) Received: by pvc7 with SMTP id 7so2434273pvc.19 for ; Tue, 06 Jul 2010 00:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=EYbEYWtjE1Fd1Wik0BG6HHFWSMK3frP63pW8g/IOiGA=; b=bEE0JsxlmXMWsioLtmvdjluOydvVvPlWe8IRmTmYaaE1Yy/bm1wDdBQ+YjZShOrtOq uKXWhI9+/3ICR0COTJaVeujsS3xk1ZpP7c/mK3idGAG1023rCqBV3HpGvbsqI2QIX5ep LS69axWKP4IId+44J/t5r4VXzT5rgHYWy+Y7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Dd6I5EbFhspZbYXWSKzBJFo7yFL0ZyOg8DHC4E8G34P2eIXI+1Insa6R8Wxs1bM8IP IpTEP5JP+Lt6qCgjBXPI8uZg/co20gMespfY7i4rwM3TsFJclP552Gpu8m3UcR3RnpXn 3OGggzeFAP7LUI7nD5Tq7MPLNUx6QfShve/ZI= Received: by 10.142.133.12 with SMTP id g12mr4859354wfd.2.1278401384203; Tue, 06 Jul 2010 00:29:44 -0700 (PDT) Received: from [10.0.2.101] (p0245ed.tokyff01.ap.so-net.ne.jp [121.2.69.237]) by mx.google.com with ESMTPS id f20sm5511863rvb.20.2010.07.06.00.29.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Jul 2010 00:29:42 -0700 (PDT) Message-ID: <4C32DB78.2080605@gmail.com> Date: Tue, 06 Jul 2010 16:30:00 +0900 From: Satoshi Nagayasu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: pgsql-interfaces@postgresql.org, pgsql-docs@postgresql.org Subject: Re: [INTERFACES] ECPG Documentation Improvement References: <4C19E5B9.3040002@gmail.com> <4C1B9735.2040505@enterprisedb.com> <20100624122325.GF24137@feivel.credativ.lan> <4C236164.6070006@gmail.com> <4C24B5D7.4040301@gmail.com> <4C32D8A4.6040609@gmail.com> In-Reply-To: <4C32D8A4.6040609@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001 X-Spam-Level: X-Archive-Number: 201007/55 X-Sequence-Number: 5711 Hi all, I have just remembered I finished writing the "Large Objects" section to describe large object handling in ECPG. http://code.google.com/p/ecpgdocs/downloads/detail?name=Large%20objects.pdf&can=2&q=#makechanges Please look at this document, too. Thanks, On 2010/07/06 16:17, Satoshi Nagayasu wrote: > Hi all, > > I have just finished to update "Using Host Variables" section, > one of the most important sections for ECPG development. > > It has following 8 sub-sections. > > - Host variables overview > - Mapping between PostgreSQL data types and host variable types > - Declare Sections > - Retreiving query results using host variables (SELECT INTO and FETCH > INTO) > - Setting input parameters to SQL statements using host variables > - Accessing numeric data types and text data types > - Accessing special data types > - More on host variables > > http://code.google.com/p/ecpgdocs/downloads/detail?name=Using%20Host%20Variables.pdf&can=2&q=#makechanges > > > If you're interested in ECPG, please look at the document, > and feel free to send some comments to me. Any comments are welcome. > > Regards, > -- NAGAYASU Satoshi