Re: BUG #3972: ERROR: function 59015 returned NULL

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Maxime Carbonneau <manitou(at)maikan(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3972: ERROR: function 59015 returned NULL
Date: 2008-02-20 12:19:38
Message-ID: 20080220121938.GA7773@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2008-02-20 14:41:54 Re: BUG #3965: UNIQUE constraint fails on long column values
Previous Message Gregory Stark 2008-02-20 11:51:47 Re: BUG #3965: UNIQUE constraint fails on long column values