Re: Question about index usage

Поиск
Список
Период
Сортировка
От Guido Neitzer
Тема Re: Question about index usage
Дата
Msg-id DD2387EA-0728-4780-BCA6-AC92741327F7@pharmaline.de
обсуждение исходный текст
Ответ на Re: Question about index usage  ("chris smith" <dmagick@gmail.com>)
Список pgsql-general
On 07.03.2006, at 12:09 Uhr, chris smith wrote:

> Try without the quotes:
>
> select id from dga_dienstleister where plz in (45257, 45259);

Same result, second index is used.

> What is the table structure for dga_dienstleister ?

For the relevant column:

plz                                | character varying(256)      |
not null

Thanks,
cug

--
PharmaLine, Essen, GERMANY
Software and Database Development



Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: REPOST: How to determine the table a query or a views columns come from?
Следующее
От: Guido Neitzer
Дата:
Сообщение: Re: Logging seq scans