Re: indexes across multiple tables - Mailing list pgsql-general

From Chris
Subject Re: indexes across multiple tables
Date
Msg-id 45D8D5D4.80409@gmail.com
Whole thread Raw
In response to indexes across multiple tables  (Toby Tremayne <toby@lyricist.com.au>)
Responses Re: indexes across multiple tables  ("Ian Harding" <harding.ian@gmail.com>)
List 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 by date:

Previous
From: elein
Date:
Subject: Re: complex referential integrity constraints
Next
From: Chris
Date:
Subject: Re: How would you handle updating an item and related stuff all at once?