Re: Problem with index - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Problem with index
Date
Msg-id Pine.BSF.4.21.0101251238070.86017-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Problem with index  (eriko <eriko@radix.com.br>)
List pgsql-admin
Have you run a vacuum analyze on the table in question?
How many rows does the optimizer think the query is going to
get (from the explain output)?

On Thu, 25 Jan 2001, eriko wrote:

> Hello all, I have a problem.
>
> When a try to use EXPLAIN <select * from table where pk=value>
>
> The optimize don't user the index of primary key.


pgsql-admin by date:

Previous
From: "Toma Vailikit"
Date:
Subject: RE: Pictures again
Next
From: Jie Liang
Date:
Subject: Re: pg_shadow problem