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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [SQL] Problem with simple select, RestrictionClauseSelectivity ERROR
Дата
Msg-id 199901131851.NAA18284@candle.pha.pa.us
обсуждение исходный текст
Ответ на Problem with simple select, RestrictionClauseSelectivity ERROR  (Patricia Rodriguez-Tome <tome@ebi.ac.uk>)
Список pgsql-sql
>
>
> Hello,
>
> 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
>

Do VACUUM ANALYZE on the table.  Somehow this value has gotten messed
up.


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-sql по дате отправления:

Предыдущее
От: JP Rosevear
Дата:
Сообщение: Sequences and Views
Следующее
От: Ari Jolma
Дата:
Сообщение: Re: [SQL] Problem with simple select, RestrictionClauseSelectivity ERROR