| От | Björn Metzdorf |
|---|---|
| Тема | Re: tsearch consistency trigger on inheritated table |
| Дата | |
| Msg-id | 035b01c28b2e$fd399100$81c206d4@office.turtleentertainment.de обсуждение исходный текст |
| Ответ на | tsearch consistency trigger on inheritated table ("Bjoern Metzdorf" <bm@turtle-entertainment.de>) |
| Список | pgsql-general |
> > When using this trigger on an inheritated table (with "title" being an > > inheritated column), an insert or update on the table fails stating: > > NOTICE: TSearch: can not find field 'title' > > ERROR: ExecAppend: Fail to add null value in not null attribute created > > Hm, I cannot see how it would matter whether the column is inherited or > not. Could you provide a self-contained example of what you're doing? Well, it turned out that column "title" was "character(100)" and not "text". It seems that function tsearch depends on columns being "text". Is there some way to circumwent this? txt2txtidx works with "character" too. Regards, Bjoern
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера