Sorry to give them as small batches like that. I've found 3 other ones
(the last ones I hope, as I've finished translating everything else from
the file).
Same problem as before, there are a few words missing.
ECPG_INFORMIX_BAD_EXPONENT
Functions return this value if I
On 06/03/2011 08:30 PM, Kevin Grittner wrote:
> Satoshi Nagayasu wrote:
>
>> I think it should be rewritten as following:
>> -
>> If the query returns more than one records, multiple linked
>> SQLDA structures are returned, and desc_next
>
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 desc_next
3949
3950
3951 If the query returns more than one records, multiple linked
SQLDA structures
3952 are retur
Hi,
A user had a syntax problem with a cursor declaration. After a bit of digging,
the code he used came directly from the documentation :
DECLARE
CURSOR referrer_keys IS
SELECT * FROM cs_referrer_keys
ORDER BY try_order;
func_body text;
func_cmd text;
I guess it sho
The Thursday 08 July 2010 16:31:41, Tom Lane wrote :
> Marc Cousin writes:
> > I just got caught by a precedence problem with CREATE OPERATOR.
> >
> > Obviously, it was mostly my fault (I didn't think of the precedence of my
> > operator at all), but I didn't
Hi,
I just got caught by a precedence problem with CREATE OPERATOR.
Obviously, it was mostly my fault (I didn't think of the precedence of my
operator at all), but I didn't find anything in the CREATE OPERATOR
documentation about it either.
From looking at the code, I think I understood that i