select * from table where oid = number;

Поиск
Список
Период
Сортировка
От Taral
Тема select * from table where oid = number;
Дата
Msg-id 001001bdf2f4$92dad980$3b291f0a@taral
обсуждение исходный текст
Ответы Re: [GENERAL] select * from table where oid = number;  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-general
Is there a reason why this occurs?

table=> explain select * from data where oid = 18522;
NOTICE:  QUERY PLAN:

Seq Scan on data  (cost=0.00 size=0 width=120)

EXPLAIN

I would have expected an index scan or something.

TAral

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

Предыдущее
От: Evan Howarth
Дата:
Сообщение: Re: [GENERAL] SELECT Date
Следующее
От: La Mancha de la Calabaza que Ladra
Дата:
Сообщение: ...