BUG #1408: don't see index

Поиск
Список
Период
Сортировка
От andrzej
Тема BUG #1408: don't see index
Дата
Msg-id 200501180901.j0I91T69025279@developer.pgadmin.org
обсуждение исходный текст
Ответы Re: BUG #1408: don't see index  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1408
Logged by:          andrzej
Email address:      wppl16@wp.pl
PostgreSQL version: 8.0.0-rc5
Operating system:   windows XP
Description:        don't see index
Details:

Create table t1
(
 v varchar(5) not null,
 m varchar(20),
 d date,
 l varchar(10),
 primary key(v)
);

explain select * from t1 where v='abc'
result:
Seq Scan on t1 (....
Filter:((v)::text='abc'::text)
DON'T SEE INDEX PKEY ???????!!!!

but Postgres 7.4.2 Linux
explain select * from t1 where v='abc'
result:
Index Scan using t1_pkey on t1(...
Index Cond((v)::text='abc'::text)
SEE INDEX PKEY OK !!!!!

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

Предыдущее
От: "Todd Eigenschink"
Дата:
Сообщение: BUG #1412: binaries are linked to numerous extraneous shared
Следующее
От: "Farid Zidan"
Дата:
Сообщение: BUG #1422: ODBC SQLTables SQL_ALL_TABLE_TYPES no resultset