Re: indexes across multiple tables

From: Chris <dmagick(at)gmail(dot)com>
To: Toby Tremayne <toby(at)lyricist(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: indexes across multiple tables
Date: 2007-02-18 22:40:20
Message-ID: 45D8D5D4.80409@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2007-02-18 22:54:23 Re: How would you handle updating an item and related stuff all at once?
Previous Message elein 2007-02-18 22:16:29 Re: complex referential integrity constraints