Re: [INTERFACES] ECPG Documentation Improvement

From: Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org, pgsql-docs(at)postgresql(dot)org
Subject: Re: [INTERFACES] ECPG Documentation Improvement
Date: 2010-06-25 13:57:43
Message-ID: 4C24B5D7.4040301@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-interfaces

Hi all,

As I mentioned in the previous mail,
I have almost finished writing new ECPG SQLDA section.

This document is based on the current ECPG/SQLDA documents,
and added some examples to help writing SQLDA code in ECPG
for application developers.

It has following 9 sub-sections.

- Developing an ECPG application with SQLDA
- SQLDA data structure
- sqlda_t structure
- sqlvar_t structure
- struct sqlname structure
- Retreiving a resultset with using an output SQLDA
- Passing query parameters with using an input SQLDA
- A sample application with SQLDA
- Retreiving/passing values with using PostgreSQL special types

The new document is available here.

SQLDA.pdf
http://code.google.com/p/ecpgdocs/downloads/detail?name=SQLDA.pdf&can=2&q=#makechanges

I hope you to look this document, and if you're interested in
ECPG and/or documentation things, please send me back
your comments or advices.

Any feedback would be greatly appreciated.

Regards,

--
NAGAYASU Satoshi <satoshi(dot)nagayasu(at)gmail(dot)com>

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Matthew Woodcraft 2010-06-26 10:11:06 Views and Privileges
Previous Message Robert Haas 2010-06-25 02:16:58 Re: [COMMITTERS] pgsql: Some copy-editing of the Hot Standby documentation.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Satoshi Nagayasu 2010-07-06 07:17:56 Re: [INTERFACES] ECPG Documentation Improvement
Previous Message Satoshi Nagayasu 2010-06-24 13:45:08 Re: [INTERFACES] ECPG Documentation Improvement