Re: indexes across multiple tables

Поиск
Список
Период
Сортировка
От Chris
Тема Re: indexes across multiple tables
Дата
Msg-id 45D8D5D4.80409@gmail.com
обсуждение исходный текст
Ответ на indexes across multiple tables  (Toby Tremayne <toby@lyricist.com.au>)
Ответы Re: indexes across multiple tables  ("Ian Harding" <harding.ian@gmail.com>)
Список pgsql-general
Toby Tremayne wrote:
> Hi all,
>
> I'm just experimenting with tsearch2 - I have it all working fine but I
> was wondering if there's a way to create indexes containing vector
> columns from multiple tables?  Or if not, how do people usually manage
> this kind of issue?

Postgres doesn't support multi-table indexes so there's no way tsearch2
would be able to.

What exactly are you trying to achieve?

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: elein
Дата:
Сообщение: Re: complex referential integrity constraints
Следующее
От: Chris
Дата:
Сообщение: Re: How would you handle updating an item and related stuff all at once?