Re: avoiding seq scan without duplicating

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: avoiding seq scan without duplicating
Дата
Msg-id 08886572B8D0410B88857161F79A561A@andrusnotebook
обсуждение исходный текст
Ответ на Re: avoiding seq scan without duplicating  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom,

> The proposed transformation is not correct because of the odd behavior
> of NOT IN with respect to nulls.

Thank you.

In this particular case dokumnr is dok table primary key of type int.
bilkaib.dokumnr can contain nulls but this does not affect to result
probably.

So in this case this conversion is probably correct.

Andrus.


В списке pgsql-general по дате отправления:

Предыдущее
От: Gerhard Heift
Дата:
Сообщение: Re: UPDATE tuples with a sub-select
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: UPDATE tuples with a sub-select