Re: [Review] Tests citext casts by David Wheeler.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Review] Tests citext casts by David Wheeler.
Дата
Msg-id 13612.1221244300@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [Review] Tests citext casts by David Wheeler.  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: [Review] Tests citext casts by David Wheeler.
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Oh, and text_name seems to give me this error:

>   ERROR:  compressed data is corrupt

> That's when I have this cast:

>   CREATE OR REPLACE FUNCTION citext(name)
>   RETURNS citext
>   AS 'text_name'
>   LANGUAGE internal IMMUTABLE STRICT;

I think you've got the direction backwards.


BTW, I removed the "Limitations" entry about I/O casting not working
with citext; we fixed that, no?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: [Review] Tests citext casts by David Wheeler.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Review] Tests citext casts by David Wheeler.