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

From Alvaro Herrera
Subject Re: BUG #3972: ERROR: function 59015 returned NULL
Date
Msg-id 20080220121938.GA7773@alvh.no-ip.org
Whole thread Raw
In response to BUG #3972: ERROR: function 59015 returned NULL  ("Maxime Carbonneau" <manitou@maikan.com>)
Responses Re: BUG #3972: ERROR: function 59015 returned NULL  (Maxime <manitou@maikan.com>)
List pgsql-bugs
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 59015
> 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.

pgsql-bugs by date:

Previous
From: Gregory Stark
Date:
Subject: Re: BUG #3965: UNIQUE constraint fails on long column values
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #3965: UNIQUE constraint fails on long column values