RestrictionClauseSelectivity - Mailing list pgsql-novice

From Michael R. Anderson
Subject RestrictionClauseSelectivity
Date
Msg-id 01C0A7BE.1139CF40.mike@ferrar.wvsc.edu
Whole thread Raw
Responses Re: RestrictionClauseSelectivity
List pgsql-novice
 March 8, 2001

  I have a Postgresql 6.4.2 database.  I added a char(2) field (call it
  'foo') to one of the tables (call it 'table1') using the ALTER TABLE
  command.  When I try this command:

  select * from table1 where foo='1';

  I get the error message:

  ERROR: RestrictionClauseSelectivity: bad value 2.450299

  What does this mean and how do I fix it?

  Two notes:

  1. Doing a select on other fields in table1 work fine, and the added field displays correctly.
  2. I have the same database for Postgresql 6.5.? and I don't get the error
  message.  Upgrading the database with the problem can't be done at the
  moment.

  Regards,

  Mike Anderson



pgsql-novice by date:

Previous
From: ghaverla@freenet.edmonton.ab.ca
Date:
Subject: Re: compilation error
Next
From: Tom Lane
Date:
Subject: Re: RestrictionClauseSelectivity