Re: Sequencial scan instead of using index issue again

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Sequencial scan instead of using index issue again
Дата
Msg-id 87pskyojfu.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Sequencial scan instead of using index issue again  ("Harry Hehl" <Harry.Hehl@diskstream.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: is it possible to get current_user inside security definer function ?
Следующее
От: "Phill Edwards"
Дата:
Сообщение: Re: JSP pages don't work with database after postgres downgrade