Re: Design Table & Search Question

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Re: Design Table & Search Question
Дата
Msg-id 725602300705312122s2d7d0fb9gd12383a17dff6fce@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Design Table & Search Question  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Design Table & Search Question  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On 5/31/07, Joshua D. Drake <jd@commandprompt.com> wrote:
> Ian Harding wrote:
> > tsearch indexes have to reside in the table where the data is, for the
> > automagical functions that come with it to work.  You can define a
> > view that joins the tables, then search each of the index columns for
> > the values you are looking for.
>
> No they don't.
>

Hm?  Allow me to clarify.

To the best of my knowledge, and in my limited experience, the
tsearch2() trigger function provided with tsearch will only index
fields present in the table upon which it is created, in an index
column present in the table upon which it is created.  If I am
incorrect in this assessment I would be glad to be corrected.

Of course, custom triggers can be written to do anything from soup to nuts.

- Ian A. Harding

> Joshua D. Drake
>
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: left outer join and values()
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Design Table & Search Question