Re: [HACKERS] What does this mean?

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
Cc: PGSQL Hackers <pgsql-hackers(at)hub(dot)org>
Subject: Re: [HACKERS] What does this mean?
Date: 1999-02-18 03:24:14
Message-ID: 36CB87DE.365F3145@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Terry Mackintosh 1999-02-18 03:26:42 6.4.3?
Previous Message Vadim Mikheev 1999-02-18 03:17:01 Re: [HACKERS] 8K block limit