Re: [INTERFACES] ECPG Documentation Improvement - Mailing list pgsql-docs

From Satoshi Nagayasu
Subject Re: [INTERFACES] ECPG Documentation Improvement
Date
Msg-id 4C32DB78.2080605@gmail.com
Whole thread Raw
In response to Re: [INTERFACES] ECPG Documentation Improvement  (Satoshi Nagayasu <satoshi.nagayasu@gmail.com>)
List pgsql-docs
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 <satoshi.nagayasu@gmail.com>

pgsql-docs by date:

Previous
From: Satoshi Nagayasu
Date:
Subject: Re: [INTERFACES] ECPG Documentation Improvement
Next
From: Tim Landscheidt
Date:
Subject: [PATCH] Clarify that "psql -c" ignores psqlrc files