CASE WHEN ERROR: Void value

Поиск
Список
Период
Сортировка
От Thomas T. Thai
Тема CASE WHEN ERROR: Void value
Дата
Msg-id Pine.NEB.4.44.0303200251580.13142-100000@ns01.minnesota.com
обсуждение исходный текст
Список pgsql-general
What does this error mean:

tsearch=# select case when title_fts is null then '' else title_fts end
from article;
ERROR:  Void value
tsearch=#

title_fts is datatype txtidx. If the '' is replaced with 'anything' then
it works fine.

--
Thomas T. Thai




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

Предыдущее
От: "Tom"
Дата:
Сообщение: Re: Trouble with COPY and NULL
Следующее
От: Joel Rodrigues
Дата:
Сообщение: PostgreSQL downloads compressed with bzip2 instead of gzip ?