Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id D6E90632D8E; Thu, 8 Jul 2010 06:50:45 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 88587-03; Thu, 8 Jul 2010 09:50:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pw0-f46.google.com (mail-pw0-f46.google.com [209.85.160.46]) by mail.postgresql.org (Postfix) with ESMTP id ABF59632D4D; Thu, 8 Jul 2010 06:50:36 -0300 (ADT) Received: by pwi5 with SMTP id 5so249464pwi.19 for ; Thu, 08 Jul 2010 02:50:34 -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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=SjXKdyFJCf+mbwoYY590XbPpjuYEZox3LB2NNGXJCAA=; b=eiYFuNg+3/ZsKqdN9EvPucFjSWfO9fnhlF9h37LhyEXNJcez6bwDcqFRU/HBGGRptc LI3Wn1yh/HD5ho04kJcM1oHwNMFfcMI/VpA+alrTnZUcEs8SYm4M0VFB/Tor8R6FxodX 2IlsqQzaJzLopcM+2OoppbO3J28haHbV1Cta8= 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=fpLCEp+muXDH+fsClHZzD3nUHZIEFQqowWkbsyvKRspd+N1q2ZIUtS8PCXQnXhjYUd 28sr0O/jS5ynAYlvKcP5423/I5ELkBsYWS0Z6nsOKAROcBC8wxAlV1NKYS9l/is73mSC oKled4PHTySXGKkNJMG1NhTn7wsH21zKx1BCM= Received: by 10.142.147.7 with SMTP id u7mr9517382wfd.219.1278582634823; Thu, 08 Jul 2010 02:50:34 -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 r9sm4731123rvl.10.2010.07.08.02.50.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 02:50:32 -0700 (PDT) Message-ID: <4C359F7B.3020604@gmail.com> Date: Thu, 08 Jul 2010 18:50:51 +0900 From: Satoshi Nagayasu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: pgsql-interfaces@postgresql.org, pgsql-docs@postgresql.org CC: Bruce Momjian , Michael Meskes Subject: Re: ECPG Documentation Improvement References: <4C19E5B9.3040002@gmail.com> In-Reply-To: <4C19E5B9.3040002@gmail.com> Content-Type: text/plain; charset=ISO-2022-JP 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/61 X-Sequence-Number: 5717 Hi all, As I mentioned, I have been working to improve the ECPG official manual, trying to understand details, and adding more descriptions and examples in a past few weeks. I think now is the time to introduce this work again, and hope some of you to look inside the new documents. And also I want to discuss how to contribute to the official manual. New ECPG manual (Zip file) http://code.google.com/p/ecpgdocs/downloads/detail?name=ecpg_html.zip Current ECPG manual http://developer.postgresql.org/pgdocs/postgres/ecpg.html I have refined and reorganized the ECPG manual from the viewpoint of application developers who don't have deep knowledge about PostgreSQL and its internals. The work is still in progress, but the whole structure and the core chapters have almost been fixed. So, I want someone who is interested in the ECPG and/or documentation to look inside the documents. Any feedback and comments would be appreciated. Regards, On 2010/06/17 18:07, Satoshi Nagayasu wrote: > Hi all, > > I'm trying to improve the ECPG documents for the ECPG application > developrs, because some of my clients want more detailed information > when they develop (or migrate) an embeded SQL applications. > Of course, I want to contribute this work to the official manual. > > So I have one thing to introduce to you, and thing to ask you. > > At first, I've done writing ECPG directives. > I think it could be useful for the ECPG application developers, > similar to the SQL reference section in the official manual. > > ecpgdocs @ GoogleCode (I'm working here.) > http://code.google.com/p/ecpgdocs/ > > ecpgdocs downloads (You can find the current document.) > http://code.google.com/p/ecpgdocs/downloads/list?deleted=1&ts=1276763948 > > However, I'm not familiar with ECPG details or internals, > so here is one asking, I hope someone to review my documents > and give some feedback to me. > > Feedbacks which I'm expecting are: > > - Is this document useful? > - Missing directives. > - Missing or wrong synopsis. > - More appropriate descriptions on parameters or examples. > - How to contribute this to the official manual. > - Correcting English. (sorry for my poor English.) > - etc... > > Honestly, I'm not familiar with the documentation acceptance/review process, > so any advice and/or comments are welcome. > > Regards, -- NAGAYASU Satoshi