Re: Learning about WITH RECURSIVE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Learning about WITH RECURSIVE
Дата
Msg-id 27333.1257372664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Learning about WITH RECURSIVE  (Richard Broersma <richard.broersma@gmail.com>)
Ответы Re: Learning about WITH RECURSIVE  (Richard Broersma <richard.broersma@gmail.com>)
Re: Learning about WITH RECURSIVE  (Richard Broersma <richard.broersma@gmail.com>)
Список pgsql-sql
Richard Broersma <richard.broersma@gmail.com> writes:
> Can anyone one explain why a "WITH RECURSIVE" query has the same
> results regardless whether UNION or UNION ALL is specified?

Well, if the rows are all different anyway, UNION isn't going to
eliminate any ...
        regards, tom lane


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

Предыдущее
От: Richard Broersma
Дата:
Сообщение: Learning about WITH RECURSIVE
Следующее
От: Richard Broersma
Дата:
Сообщение: Re: Learning about WITH RECURSIVE