Re: Question about index usage - Mailing list pgsql-general

From Guido Neitzer
Subject Re: Question about index usage
Date
Msg-id DD2387EA-0728-4780-BCA6-AC92741327F7@pharmaline.de
Whole thread Raw
In response to Re: Question about index usage  ("chris smith" <dmagick@gmail.com>)
List 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



Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: REPOST: How to determine the table a query or a views columns come from?
Next
From: Guido Neitzer
Date:
Subject: Re: Logging seq scans