Re: ECPG, sentence not complete

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marc Cousin <cousinmarc(at)gmail(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>, pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: ECPG, sentence not complete
Date: 2011-06-09 22:48:17
Message-ID: 201106092248.p59MmHq03515@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Marc Cousin wrote:
>
> On 06/03/2011 08:30 PM, Kevin Grittner wrote:
> > Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com> wrote:
> >
> >> I think it should be rewritten as following:
> >> ---------------------------------------------------------
> >> If the query returns more than one records, multiple linked
> >> SQLDA structures are returned, and <literal>desc_next</>
> >> holds a pointer to the next element (record) in the list.
> >> ---------------------------------------------------------
> >
> > "more than one records" isn't right -- it could be "multiple
> > records" or "more than one record".
> >
> > -Kevin
> Hi, I've found another problem in ECPG's doc:
>
> <varlistentry>
> <term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
> <listitem>
> <para>
> Functions return this value if Internally it is defined to -1210
> (the
> <productname>Informix</productname> definition).
> </para>
> </listitem>
> </varlistentry>
>
> <varlistentry>
> <term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
> <listitem>
> <para>
> Functions return this value if Internally it is defined to -1211
> (the
> <productname>Informix</productname> definition).
> </para>
> </listitem>
> </varlistentry>
>
> There are a few words missing.

I have applied the attached patch to fix these cases, and clean up the
wording a little. Thanks for the report. It is great you are
translating the docs into French.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
/rtmp/ecpg text/x-diff 6.1 KB

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2011-06-09 22:48:47 Re: ECPG, sentence not complete
Previous Message Peter Eisentraut 2011-06-09 15:00:30 Re: BUG #5926: information schema dtd_identifier for element_types, columns, parameters views inconsistent