Re: [HACKERS] alter table bug???

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] alter table bug???
Дата
Msg-id 199812111622.LAA12403@candle.pha.pa.us
обсуждение исходный текст
Ответ на alter table bug???  (Terry Mackintosh <terry@terrym.com>)
Список pgsql-hackers
> Indices:  listings_pkey
>           listings_url_key
> lse=> select * from listings where password = '093b7a6b';
> ERROR:  RestrictionClauseSelectivity: bad value 2.164003
> lse=> select password from listings where item_id = 1;
> password
> ----------
> 093b7a6b
> (1 row)
> 
> lse=>
> 
> Any ideas what that is all about?

VACUUM ANALYZE the table and see if that fixes it.

--  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,
Pennsylvania19026
 


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] 6.4.1 release
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] 6.4.1 release