tsvector work with citext

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема tsvector work with citext
Дата
Msg-id EA8346F9-8F64-4837-ABE1-B383AF36E0DC@kineticode.com
обсуждение исходный текст
Ответы Re: tsvector work with citext  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hey Hackers,

Is there a way to get tsvector_update_trigger() to work with citext columns? The attached case throws an error:

    ERROR:  column "title" is not of a character type

Is the fact that citext is a (non-preferred) member of the string category not sufficient for this to work? If not, are
thereany workarounds? 

Thanks,

David




Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pg_resetxlog sentences
Следующее
От: Thomas Munro
Дата:
Сообщение: Obsolete use of volatile in walsender.c, walreceiver.c, walreceiverfuncs.c?