Re: BUG #3972: ERROR: function 59015 returned NULL - Mailing list pgsql-bugs

From Maxime
Subject Re: BUG #3972: ERROR: function 59015 returned NULL
Date
Msg-id D368638B-7724-446F-A6E9-6C6C4561EAD1@maikan.com
Whole thread Raw
In response to Re: BUG #3972: ERROR: function 59015 returned NULL  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-bugs
Thanks for the reply.
The error was inside a personal function that called function convert=20=20
with caracters that it cannot handle properly.
"select proname from pg_proc where oid =3D 59015;" did not give me any=20=
=20
result. I still don't know where "59015" come from, but I'm not in a=20=20
hurry to find it right now :-)

Thanks
Maxime

Le 08-02-20 =E0 07:19, Alvaro Herrera a =E9crit :

> Maxime Carbonneau wrote:
>
>> with a database encoded with UTF8, I cannot insert into a varchar=20
>> (100)
>> column the letter =9C (\u0x0153). It gives me: "ERROR:  function "
>> returned NULL"
>
> What's function 59015?  Try a
> select proname from pg_proc where oid =3D 59015;
>
> --=20
> Alvaro Herrera                                http://=20
> www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.

pgsql-bugs by date:

Previous
From: Rolf Jentsch
Date:
Subject: BUG: ILIKE with single-byte encoding
Next
From: Tom Lane
Date:
Subject: Re: BUG #3995: pqSocketCheck doesn't return