Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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.




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group