Re: ECPG, sentence not complete

From: Satoshi Nagayasu <satoshi(dot)nagayasu(at)gmail(dot)com>
To: Marc Cousin <cousinmarc(at)gmail(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: ECPG, sentence not complete
Date: 2011-06-03 18:10:48
Message-ID: 4DE923A8.2080003@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

2011/06/03 18:16, Marc Cousin wrote:
> Hi, we're translating the ecpg.xml from scratch in french, as it seems
> to have moved a lot with 9.0 and 9.1.
>
> I'm having trouble with this:
>
> 3948<term><literal>desc_next</></term>
> 3949<listitem>
> 3950<para>
> 3951 If the query returns more than one records, multiple linked
> SQLDA structures
> 3952 are returned, the first record is stored in the SQLDA
> returned in the
> 3953</para>
> 3954</listitem>
>
> Seems to me there are some words missing, but maybe it's a continuation
> to the next paragraph. Anyway I don't want to guess what should be
> there, so if anyone can explain this to me :)

This problem has been living since 9.0 or before.

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.
---------------------------------------------------------

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Kevin Grittner 2011-06-03 18:30:43 Re: ECPG, sentence not complete
Previous Message Marc Cousin 2011-06-03 09:16:27 ECPG, sentence not complete