Re: Finding missing records

Поиск
Список
Период
Сортировка
От John D. Burger
Тема Re: Finding missing records
Дата
Msg-id 047d25b6327fefb2248fde4fa9fc9760@mitre.org
обсуждение исходный текст
Ответ на Re: Finding missing records  ("John D. Burger" <john@mitre.org>)
Список pgsql-general
I wrote:

> Note that IN and EXCEPT are essentially set operators - if you have
> duplicates in either table, you might not get what you expect.
>
> If what you want is the =bag= difference of the two tables, you'll
> have to do something more complicated.

and then I immediately saw Pandurangan's message indicating that ALL
can be used to turn the set operators into bag operators, e.g., EXCEPT
ALL.  Cool!  (And not complicated at all.)

- John D. Burger
   MITRE


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

Предыдущее
От: Alexander Presber
Дата:
Сообщение: Re: TSearch2 / German compound words / UTF-8
Следующее
От: Matthew Henderson
Дата:
Сообщение: Re: Accessing an old database from a new OS installation.