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

From Maxime Carbonneau
Subject BUG #3972: ERROR: function 59015 returned NULL
Date
Msg-id 200802200557.m1K5vTCM001246@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3972: ERROR: function 59015 returned NULL
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3972
Logged by:          Maxime Carbonneau
Email address:      manitou@maikan.com
PostgreSQL version: 8.2.6
Operating system:   Linux
Description:        ERROR:  function 59015 returned NULL
Details:

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"

pgsql-bugs by date:

Previous
From: Gregory Stark
Date:
Subject: Re: BUG #3965: UNIQUE constraint fails on long column values
Next
From: "Jacky Leng"
Date:
Subject: GetNewOidWithIndex can cause infinite loop on user tables(not catalog).