Re: Sequencial scan instead of using index issue again - Mailing list pgsql-general

From Greg Stark
Subject Re: Sequencial scan instead of using index issue again
Date
Msg-id 87pskyojfu.fsf@stark.xeocode.com
Whole thread Raw
In response to Sequencial scan instead of using index issue again  ("Harry Hehl" <Harry.Hehl@diskstream.com>)
List pgsql-general
"Harry Hehl" <Harry.Hehl@diskstream.com> writes:

> I am having an issue with a joins. I am using 8.0.3 on FC4
>
> Query: select * from ommemberrelation where srcobj='somevalue' and dstobj in
> (select objectid from omfilesysentry where name='dir15_file80');
>
> PLAN
...
> (29 rows)

That plan doesn't correspond to the query you posted. Try sending the result
of EXPLAIN ANALYZE from the actual query or else posting the actual query
you're running.

--
greg

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: is it possible to get current_user inside security definer function ?
Next
From: "Phill Edwards"
Date:
Subject: Re: JSP pages don't work with database after postgres downgrade