| From: | Maxime <manitou(at)maikan(dot)com> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #3972: ERROR: function 59015 returned NULL |
| Date: | 2008-02-28 15:56:30 |
| Message-ID: | D368638B-7724-446F-A6E9-6C6C4561EAD1@maikan.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Thanks for the reply.
The error was inside a personal function that called function convert
with caracters that it cannot handle properly.
"select proname from pg_proc where oid = 59015;" did not give me any
result. I still don't know where "59015" come from, but I'm not in a
hurry to find it right now :-)
Thanks
Maxime
Le 08-02-20 à 07:19, Alvaro Herrera a écrit :
> Maxime Carbonneau wrote:
>
>> with a database encoded with UTF8, I cannot insert into a varchar
>> (100)
>> column the letter œ (\u0x0153). It gives me: "ERROR: function "
>> returned NULL"
>
> What's function 59015? Try a
> select proname from pg_proc where oid = 59015;
>
> --
> Alvaro Herrera http://
> www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James P. Yalem | 2008-02-28 16:44:35 | BUG #3996: Reinstalling after uninstall |
| Previous Message | Matthias Mohr | 2008-02-28 13:45:30 | Re: 8.3 problems with sspi authentication |