Re: ERROR: Gin doesn't support full scan due to it's awful - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: Gin doesn't support full scan due to it's awful
Date
Msg-id 29410.1157496227@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: Gin doesn't support full scan due to it's awful  (Charlie Savage <cfis@savagexi.com>)
Responses Re: ERROR: Gin doesn't support full scan due to it's awful
List pgsql-general
Charlie Savage <cfis@savagexi.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

pgsql-general by date:

Previous
From: Charlie Savage
Date:
Subject: Re: ERROR: Gin doesn't support full scan due to it's awful
Next
From: gustavo halperin
Date:
Subject: Re: [OT] sig sizes (was Re: Porting from ...)