Re: [HACKERS] What does this mean?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] What does this mean?
Дата
Msg-id 36CB87DE.365F3145@alumni.caltech.edu
обсуждение исходный текст
Ответ на What does this mean?  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
Список 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 по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] 8K block limit
Следующее
От: Terry Mackintosh
Дата:
Сообщение: 6.4.3?