Re: 8.4 release notes proof reading 1/2

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: 8.4 release notes proof reading 1/2
Дата
Msg-id 873aczi6ly.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на 8.4 release notes proof reading 1/2  (Guillaume Smet <guillaume.smet@gmail.com>)
Ответы Re: 8.4 release notes proof reading 1/2
Список pgsql-hackers
>>>>> "Guillaume" == Guillaume Smet <guillaume.smet@gmail.com> writes:
Guillaume> - "While semi-joins merely replace existing IN joins,Guillaume> anti-joins are a new capability for NOT IN
andNOT EXISTGuillaume> clauses (Tom) This improves optimization possibilities."Guillaume> -> remove the "(Tom)",
s/EXIST/EXISTS/

Also  s/NOT IN and //  (anti-joins are not used for NOT IN due to the
awkward semantics of nulls). Should possibly also mention the fact that
some outer joins can be planned as anti-joins too.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: 8.4 open items list
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Any reason not to return row_count in cursor of plpgsql?