Re: [GENERAL] Indexes in PostgreSQL
Yes. Thanks. I ran VACUUM ANALYZE and got the same results... -Jack ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
Re: [GENERAL] Indexes in PostgreSQL
On Mon, Apr 18, 2005 at 12:25:33PM -0700, [EMAIL PROTECTED] wrote: > I was wondering if anyone could explain how to get the Query Analyzer > to use an Index that is defined for the table instead of doing a table > scan? I have a table with some indexes on it that seem NOT to get used > when I thin