Re: Bug with view definitions?

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: Bug with view definitions?
Дата
Msg-id Pine.LNX.4.44.0407011828050.21809-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на Bug with view definitions?  (Justin Clift <jc@telstra.net>)
Ответы Re: Bug with view definitions?
Список pgsql-hackers
On Thu, 1 Jul 2004, Bruno Wolff III wrote:

> If DISTINCT ON or LIMIT was used in inner select, then the ORDER BY would
> be relevant; so you can't just blindly remove ORDER BY when it is part of
> a union.

Of course, but in this case with this view there wasn't any such. It can
still be usable since we know how pg sorts and this is an internal query.

The real bug is in the pretty printer anyway. I was just surprised to see
the order by inside the union and not on the outside where it belongs (and
just moving it out in this case wont produce exactly the same result).

-- 
/Dennis Björklund



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

Предыдущее
От: jearl@bullysports.com
Дата:
Сообщение: Re: Adding column comment to information_schema.columns
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Bug with view definitions?