Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id C8F4863237A; Tue, 6 Jul 2010 04:17:52 -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 53126-02; Tue, 6 Jul 2010 07:17:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pz0-f46.google.com (mail-pz0-f46.google.com [209.85.210.46]) by mail.postgresql.org (Postfix) with ESMTP id 3CA90632198; Tue, 6 Jul 2010 04:17:45 -0300 (ADT) Received: by pzk26 with SMTP id 26so804384pzk.19 for ; Tue, 06 Jul 2010 00:17:43 -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=j+j2XWivzT5iYN+rWdKsOpquSx8qHwzWjj/6EKYh3hY=; b=g9eVvGDRI0OuiFsCBSYeEhs7tarzmsYXs437z0gFMPjhr2keebwib1QE7i5MM6s0Yw EkafLi4rHi2Pg++wA0jeP4pCDgdJzGcm+2Sj6mk6RuBVjXKSC2cK7L+JLtULDbY7xWW7 NLut/iy3qv+ZOgxdMmHWJTA6zhfXDpIYPHDMw= 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=k1+OaI0XiFQYoTjhyFE/s40nT8lpk3XreZ9EbrpFHESukGIelGsNBir2f3tB852W2N NktnxXvQk1PW84SX4UsnYxWCEcIE5MyR5WddZVJh0Llp/AvnYXrYOB9E39ElRxDPXcY9 xXYKpI8j4sWzAWFRTurk6docWGra41qzNu7gE= Received: by 10.114.145.7 with SMTP id s7mr4585378wad.11.1278400661691; Tue, 06 Jul 2010 00:17:41 -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 c10sm77653621wam.13.2010.07.06.00.17.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Jul 2010 00:17:39 -0700 (PDT) Message-ID: <4C32D8A4.6040609@gmail.com> Date: Tue, 06 Jul 2010 16:17:56 +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> In-Reply-To: <4C24B5D7.4040301@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/54 X-Sequence-Number: 5710 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