Re: ERROR: Gin doesn't support full scan due to it's awful

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Charlie Savage <cfis(at)savagexi(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Gin doesn't support full scan due to it's awful
Date: 2006-09-05 22:43:47
Message-ID: 29410.1157496227@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Charlie Savage <cfis(at)savagexi(dot)com> writes:
> Sorry, mistyped the query causing the problem. It is:

> select *
> from maps, features
> where maps.query @@ features.tags_vector;

In that case it's fair to ask what query values you have stored in maps.
In particular I imagine that you'll find that a specific query is
causing the problem ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message gustavo halperin 2006-09-05 23:08:15 Re: [OT] sig sizes (was Re: Porting from ...)
Previous Message Srinivas Iyyer 2006-09-05 22:42:43 Removing duplicate keys and updating deleted entry key in other table