Re: [HACKERS] What does this mean? - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] What does this mean?
Date
Msg-id 36CB87DE.365F3145@alumni.caltech.edu
Whole thread Raw
In response to What does this mean?  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
List pgsql-hackers
> ERROR:  internal error: untrusted function not supported.
> What does it mean and how do I fix it?
> I'm trying to create a lower function to work with varchar ( I would
> guess this would fall in with type coercion, Tom?).

>From the current development tree:

postgres=> select lower('ABCD'::varchar);
lower
-----
abcd
(1 row)

It's been a while since I've run across that message. Do you want to
send me your code?
                       - Tom


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] 8K block limit
Next
From: Terry Mackintosh
Date:
Subject: 6.4.3?