Re: [SQL] Problem with simple select, RestrictionClauseSelectivity ERROR

From: Dirk Lutzebaeck <lutzeb(at)aeccom(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Problem with simple select, RestrictionClauseSelectivity ERROR
Date: 1999-01-14 09:25:33
Message-ID: 13981.47063.257958.945254@kamet.aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ari Jolma writes:
> >I have a very simple select , and get an error back I do not understand
> > :
> >rhalloc=> select id from groupe where species='mouse';
> >ERROR: RestrictionClauseSelectivity: bad value
> >-170141183460469231731687303715884105728.000000
> >
> >I can select on all the other fields. The field species was added after the
> >creation of the table, and the data in that field added at that time.
>
> I have had similar problems. I'm now used to fixing it by making a new table:

me too, i also had to copy the table but somehow lost all oids...

Dirk

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dirk Lutzebaeck 1999-01-14 11:03:42 rule plan string too big.
Previous Message Dirk Lutzebaeck 1999-01-14 09:24:02 Indexes on OIDs ?