Re: tsvector_update_trigger throws error "column is not of tsvector type"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tsvector_update_trigger throws error "column is not of tsvector type"
Дата
Msg-id 19324.1207749712@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tsvector_update_trigger throws error "column is not of tsvector type"  ("Markus Wollny" <Markus.Wollny@computec.de>)
Ответы Re: tsvector_update_trigger throws error "column is not of tsvector type"
Список pgsql-general
"Markus Wollny" <Markus.Wollny@computec.de> writes:
> Everything works fine. It's sort of less elegant though than having just the one generic trigger function and
configuringthe needed fields in the trigger itself.  

It should work if you explicitly change the column's type to
pg_catalog.tsvector.  (There's a fix in place for 8.3.2, also.)

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Cannot use a standalone backend to VACUUM in "postgres""
Следующее
От: Kyle Wilcox
Дата:
Сообщение: Re: Trouble with foreign key